Searched refs:escapement (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | text.c | 45 VGfloat escapement[2]; member 66 const VGfloat escapement[2]) in add_glyph() 77 memcpy(glyph->escapement, escapement, sizeof(glyph->glyph_origin)); in add_glyph() 123 glyph_origin[0].f += glyph->escapement[0] + adjustment_x; in vg_advance_glyph() 124 glyph_origin[1].f += glyph->escapement[1] + adjustment_y; in vg_advance_glyph() 169 const VGfloat escapement[2]) in font_set_glyph_to_path() 172 isHinted, glyphOrigin, escapement); in font_set_glyph_to_path() 179 const VGfloat escapement[2]) in font_set_glyph_to_image() 182 VG_TRUE, glyphOrigin, escapement); in font_set_glyph_to_image()
|
D | api_text.c | 72 const VGfloat escapement[2]) in vegaSetGlyphToPath() 83 if (!glyphOrigin || !escapement || in vegaSetGlyphToPath() 84 !is_aligned(glyphOrigin) || !is_aligned(escapement)) { in vegaSetGlyphToPath() 98 isHinted, glyphOrigin, escapement); in vegaSetGlyphToPath() 105 const VGfloat escapement[2]) in vegaSetGlyphToImage() 116 if (!glyphOrigin || !escapement || in vegaSetGlyphToImage() 117 !is_aligned(glyphOrigin) || !is_aligned(escapement)) { in vegaSetGlyphToImage() 130 font_set_glyph_to_image(f, glyphIndex, img_obj, glyphOrigin, escapement); in vegaSetGlyphToImage()
|
D | text.h | 45 const VGfloat escapement[2]); 51 const VGfloat escapement[2]);
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 92 …t font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2] 93 …phIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
|
/external/mesa3d/include/VG/ |
D | openvg.h | 680 const VGfloat escapement[2]) VG_API_EXIT; 685 const VGfloat escapement[2]) VG_API_EXIT;
|