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

  /external/harfbuzz_ng/src/
hb-font-private.hh 205 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) function in struct:hb_font_t
320 *x = get_glyph_h_advance (glyph);
332 *x = get_glyph_h_advance (glyph) / 2;
hb-ot-shape-fallback.cc 531 pos[i].x_advance = font->get_glyph_h_advance (glyph);
538 pos[i].x_advance = font->get_glyph_h_advance (glyph);
540 pos[i].x_advance = font->get_glyph_h_advance (glyph);
hb-ot-shape-complex-arabic.cc 503 hb_position_t width = font->get_glyph_h_advance (info[i].codepoint);
561 hb_position_t width = font->get_glyph_h_advance (info[k - 1].codepoint);
hb-graphite2.cc 158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid);
hb-font.cc 152 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
707 return font->get_glyph_h_advance (glyph);
    [all...]
hb-ot-shape.cc 613 pos[i].x_advance = c->font->get_glyph_h_advance (info[i].codepoint);

Completed in 54 milliseconds