Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_text.c172 const VGuint *glyphIndices, in vegaDrawGlyphs() argument
189 if (!glyphIndices || !is_aligned(glyphIndices)) { in vegaDrawGlyphs()
205 font_draw_glyphs(f, glyphCount, glyphIndices, in vegaDrawGlyphs()
Dtext.c214 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()
Dtext.h63 const VGuint *glyphIndices,
/external/harfbuzz_ng/src/
Dhb-directwrite.cc736 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/
Dapple_int.h60 FX_WORD* glyphIndices,
Dfx_quartz_device.cpp72 FX_WORD* glyphIndices, in drawGraphicsString() argument
103 CGContextShowGlyphsAtPositions(context, (CGGlyph*)glyphIndices, in drawGraphicsString()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp418 run.glyphIndices = &glyphId; in getBoundingBox()
675 run.glyphIndices = &index; in drawDWMask()
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv89 …awGlyphs, VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat …
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp237 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
/external/mesa3d/include/VG/
Dopenvg.h693 const VGuint *glyphIndices,