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

  /external/chromium_org/third_party/mesa/src/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.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...]
text.h 45 const VGfloat escapement[2]);
51 const VGfloat escapement[2]);
  /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.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...]
text.h 45 const VGfloat escapement[2]);
51 const VGfloat escapement[2]);
  /external/chromium_org/third_party/mesa/src/src/mapi/vgapi/
vgapi.csv 92 void, SetGlyphToImage, VGFont font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
93 void, SetGlyphToPath, VGFont font, VGuint glyphIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
  /external/mesa3d/src/mapi/vgapi/
vgapi.csv 92 void, SetGlyphToImage, VGFont font, VGuint glyphIndex, VGImage image, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
93 void, SetGlyphToPath, VGFont font, VGuint glyphIndex, VGPath path, VGboolean isHinted, const VGfloat glyphOrigin[2], const VGfloat escapement[2]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_win.cc 81 0 /* escapement */,
  /external/chromium_org/base/strings/
string_util.cc 724 // Check if the escapement char is found. If so, skip it and move to the
742 // escapement, that means that it was an error to advance the ptr here,
  /external/chromium_org/third_party/mesa/src/include/VG/
openvg.h 680 const VGfloat escapement[2]) VG_API_EXIT;
685 const VGfloat escapement[2]) VG_API_EXIT;
    [all...]
  /external/mesa3d/include/VG/
openvg.h 680 const VGfloat escapement[2]) VG_API_EXIT;
685 const VGfloat escapement[2]) VG_API_EXIT;
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 1031 milliseconds