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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 101 hb_glyph_position_t &glyph_pos) const
109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else values++;
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++;
131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++;
134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++;
138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++;
390 unsigned int glyph_pos) cons
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 101 hb_glyph_position_t &glyph_pos) const
109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else values++;
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++;
131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++;
134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++;
138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++;
390 unsigned int glyph_pos) cons
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 241 hb_uint32 glyph_pos = 0; local
246 logClusters[i] = glyph_pos;
247 logClusters[++i] = glyph_pos;
249 logClusters[i] = glyph_pos;
251 ++glyph_pos;
253 assert(glyph_pos == item->num_glyphs);
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 71 int glyph_pos = 0; local
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
74 ++glyph_pos;
77 *numGlyphs = glyph_pos;
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 445 hb_uint32 glyph_pos = 0; local
450 logClusters[i] = glyph_pos;
451 logClusters[++i] = glyph_pos;
453 logClusters[i] = glyph_pos;
455 ++glyph_pos;
462 // assert(glyph_pos == item->num_glyphs);
    [all...]

Completed in 261 milliseconds