Searched refs:allowAutoHinting (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | text.c | 94 VGboolean allowAutoHinting) in vg_render_glyph() argument 197 VGboolean allowAutoHinting) in font_draw_glyph() argument 208 vg_render_glyph(ctx, glyph, paintModes, allowAutoHinting); in font_draw_glyph() 218 VGboolean allowAutoHinting) in font_draw_glyphs() argument 236 vg_render_glyph(ctx, glyph, paintModes, allowAutoHinting); in font_draw_glyphs()
|
D | api_text.c | 152 VGboolean allowAutoHinting) in vegaDrawGlyph() argument 167 font_draw_glyph(f, glyphIndex, paintModes, allowAutoHinting); in vegaDrawGlyph() 176 VGboolean allowAutoHinting) in vegaDrawGlyphs() argument 206 adjustments_x, adjustments_y, paintModes, allowAutoHinting); in vegaDrawGlyphs()
|
D | text.h | 59 VGboolean allowAutoHinting); 67 VGboolean allowAutoHinting);
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 88 …, VGFont font, VGuint glyphIndex, VGbitfield paintModes, VGboolean allowAutoHinting 89 …oat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting
|
/external/mesa3d/include/VG/ |
D | openvg.h | 690 VGboolean allowAutoHinting) VG_API_EXIT; 697 VGboolean allowAutoHinting) VG_API_EXIT;
|