Searched refs:get_glyph_h_advance (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) function in struct:hb_font_t
317 *x = get_glyph_h_advance (glyph);
329 *x = get_glyph_h_advance (glyph) / 2;
H A Dhb-old.cc118 advances[i] = font->get_glyph_h_advance (glyphs[i]);
156 metrics->xOffset = font->get_glyph_h_advance (glyph);
H A Dhb-graphite2.cc158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid);
H A Dhb-font.cc71 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
352 return font->get_glyph_h_advance (glyph);
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) function in struct:hb_font_t
317 *x = get_glyph_h_advance (glyph);
329 *x = get_glyph_h_advance (glyph) / 2;
H A Dhb-old.cc118 advances[i] = font->get_glyph_h_advance (glyphs[i]);
156 metrics->xOffset = font->get_glyph_h_advance (glyph);
H A Dhb-graphite2.cc158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid);
H A Dhb-font.cc71 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
352 return font->get_glyph_h_advance (glyph);

Completed in 238 milliseconds