Searched refs:glyphIndices (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_text.c | 172 const VGuint *glyphIndices, in vegaDrawGlyphs() argument 189 if (!glyphIndices || !is_aligned(glyphIndices)) { in vegaDrawGlyphs() 205 font_draw_glyphs(f, glyphCount, glyphIndices, in vegaDrawGlyphs()
|
D | text.c | 214 const VGuint *glyphIndices, in font_draw_glyphs() argument 224 if (!get_glyph(font, glyphIndices[i])) { in font_draw_glyphs() 234 glyph = get_glyph(font, glyphIndices[i]); in font_draw_glyphs()
|
D | text.h | 63 const VGuint *glyphIndices,
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 57 FX_WORD* glyphIndices,
|
D | fx_quartz_device.cpp | 82 FX_WORD* glyphIndices, in drawGraphicsString() argument 126 (CGGlyph *) glyphIndices, in drawGraphicsString()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 398 run.glyphIndices = &glyphId; in getBoundingBox() 651 run.glyphIndices = &index; in drawDWMask()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 247 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 89 …awGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat …
|
/external/mesa3d/include/VG/ |
D | openvg.h | 693 const VGuint *glyphIndices,
|