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

/external/chromium_org/third_party/mesa/src/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/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
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h1036 /// <param name="glyphIndices">An array of glyph indices to compute the metrics for.</param>
1037 /// <param name="glyphCount">The number of elements in the glyphIndices array.</param>
1048 __in_ecount(glyphCount) UINT16 const* glyphIndices, variable
1064 /// <param name="glyphIndices">Array of nominal glyph indices filled by this function.</param>
1071 __out_ecount(codePointCount) UINT16* glyphIndices
1131 /// <param name="glyphIndices">Array of glyph indices.</param>
1146 __in_ecount(glyphCount) UINT16 const* glyphIndices,
1215 /// <param name="glyphIndices">An array of glyph indices to compute the metrics for.</param>
1216 /// <param name="glyphCount">The number of elements in the glyphIndices array.</param>
1231 __in_ecount(glyphCount) UINT16 const* glyphIndices,
2764 __out_ecount(maxGlyphCount) UINT16* glyphIndices, variable
2806 __in_ecount(glyphCount) UINT16 const* glyphIndices, variable
2868 __in_ecount(glyphCount) UINT16 const* glyphIndices, variable
2912 __field_ecount(glyphCount) UINT16 const* glyphIndices; member in struct:DWRITE_GLYPH_RUN
[all...]

Completed in 342 milliseconds