HomeSort by relevance Sort by last modified time
    Searched refs:escapement (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
api_text.c 72 const VGfloat escapement[2])
83 if (!glyphOrigin || !escapement ||
84 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
98 isHinted, glyphOrigin, escapement);
105 const VGfloat escapement[2])
116 if (!glyphOrigin || !escapement ||
117 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
130 font_set_glyph_to_image(f, glyphIndex, img_obj, glyphOrigin, escapement);
text.h 45 const VGfloat escapement[2]);
51 const VGfloat escapement[2]);
text.c 45 VGfloat escapement[2]; member in struct:vg_glyph
66 const VGfloat escapement[2])
77 memcpy(glyph->escapement, escapement, sizeof(glyph->glyph_origin));
123 glyph_origin[0].f += glyph->escapement[0] + adjustment_x;
124 glyph_origin[1].f += glyph->escapement[1] + adjustment_y;
169 const VGfloat escapement[2])
172 isHinted, glyphOrigin, escapement);
179 const VGfloat escapement[2])
182 VG_TRUE, glyphOrigin, escapement);
    [all...]
  /external/mesa3d/include/VG/
openvg.h 680 const VGfloat escapement[2]) VG_API_EXIT;
685 const VGfloat escapement[2]) VG_API_EXIT;
    [all...]

Completed in 2128 milliseconds