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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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/src/gallium/state_trackers/vega/
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...]

Completed in 118 milliseconds