Searched defs:glyphIndices (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_text.c172 const VGuint *glyphIndices,
189 if (!glyphIndices || !is_aligned(glyphIndices)) {
205 font_draw_glyphs(f, glyphCount, glyphIndices,
170 vegaDrawGlyphs(VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
H A Dtext.c214 const VGuint *glyphIndices,
224 if (!get_glyph(font, glyphIndices[i])) {
234 glyph = get_glyph(font, glyphIndices[i]);
212 font_draw_glyphs(struct vg_font *font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp82 FX_WORD* glyphIndices,
126 (CGGlyph *) glyphIndices,
79 drawGraphicsString(void* graphics, void* font, FX_FLOAT fontSize, FX_WORD* glyphIndices, CGPoint* glyphPositions, FX_INT32 charsCount, FX_ARGB argb, CFX_AffineMatrix* matrix ) argument

Completed in 310 milliseconds