Home
last modified time | relevance | path

Searched refs:glyphRun (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp362 const DWRITE_GLYPH_RUN *glyphRun, in AdjustedGlyphRun() argument
365 DWRITE_GLYPH_RUN(*glyphRun), in AdjustedGlyphRun()
368 mAdjustedAdvances(new FLOAT[glyphRun->glyphCount]) in AdjustedGlyphRun()
371 for (UINT32 i = 0; i < glyphRun->glyphCount; ++i) in AdjustedGlyphRun()
373 FLOAT orig = glyphRun->glyphAdvances[i]; in AdjustedGlyphRun()
486 __in DWRITE_GLYPH_RUN const* glyphRun, in IFACEMETHOD()
493 AdjustedGlyphRun adjustedGlyphRun(glyphRun, context->cellWidth, in IFACEMETHOD()
524 &colorGlyphRun->glyphRun, in IFACEMETHOD()