Searched refs:glyphIndices (Results 1 – 10 of 10) 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/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 736 uint16_t* glyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape() local 744 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices, in _hb_directwrite_shape() 750 free (glyphIndices); in _hb_directwrite_shape() 790 clusterMap, textProperties, textLength, glyphIndices, in _hb_directwrite_shape() 853 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices, in _hb_directwrite_shape() 877 free (glyphIndices); in _hb_directwrite_shape() 883 glyphIndices = modifiedGlyphIndices; in _hb_directwrite_shape() 932 info->codepoint = glyphIndices[i]; in _hb_directwrite_shape() 959 free (glyphIndices); in _hb_directwrite_shape()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 60 FX_WORD* glyphIndices,
|
D | fx_quartz_device.cpp | 72 FX_WORD* glyphIndices, in drawGraphicsString() argument 103 CGContextShowGlyphsAtPositions(context, (CGGlyph*)glyphIndices, in drawGraphicsString()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 418 run.glyphIndices = &glyphId; in getBoundingBox() 675 run.glyphIndices = &index; in drawDWMask()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 89 …awGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat …
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 237 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
|
/external/mesa3d/include/VG/ |
D | openvg.h | 693 const VGuint *glyphIndices,
|