Searched refs:parent_scale_x_distance (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh118 inline hb_position_t parent_scale_x_distance (hb_position_t v) { function in struct:hb_font_t
129 return parent_scale_x_distance (v);
136 *x = parent_scale_x_distance (*x);
H A Dhb-font.cc69 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh118 inline hb_position_t parent_scale_x_distance (hb_position_t v) { function in struct:hb_font_t
129 return parent_scale_x_distance (v);
136 *x = parent_scale_x_distance (*x);
H A Dhb-font.cc69 return font->parent_scale_x_distance (font->parent->get_glyph_h_advance (glyph));
132 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));

Completed in 96 milliseconds