Searched refs:glyphRun (Results 1 – 3 of 3) sorted by relevance
104 __in DWRITE_GLYPH_RUN const* glyphRun,224 DWRITE_GLYPH_RUN glyphRun; in DwRendingString() local234 glyphRun.fontFace = (IDWriteFontFace*)font; in DwRendingString()235 glyphRun.fontEmSize = font_size; in DwRendingString()236 glyphRun.glyphCount = glyph_count; in DwRendingString()237 glyphRun.glyphIndices = glyph_indices; in DwRendingString()238 glyphRun.glyphAdvances = glyph_advances; in DwRendingString()239 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets; in DwRendingString()240 glyphRun.isSideways = FALSE; in DwRendingString()241 glyphRun.bidiLevel = 0; in DwRendingString()[all …]
279 DWRITE_GLYPH_RUN const* glyphRun, in DrawGlyphRun() argument284 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun()
523 DWRITE_GLYPH_RUN const* glyphRun, in DrawGlyphRun() argument528 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun()540 fResolvedTypeface = fOuter->createTypefaceFromDWriteFont(glyphRun->fontFace, in DrawGlyphRun()