Home
last modified time | relevance | path

Searched refs:parent_scale_y_distance (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-font-private.hh124 inline hb_position_t parent_scale_y_distance (hb_position_t v) { in parent_scale_y_distance() function
133 return parent_scale_y_distance (v); in parent_scale_y_position()
138 *y = parent_scale_y_distance (*y); in parent_scale_distance()
Dhb-font.cc82 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph)); in hb_font_get_glyph_v_advance_nil()
146 …return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph)); in hb_font_get_glyph_v_kerning_nil()
/external/harfbuzz_ng/src/
Dhb-font-private.hh189 inline hb_position_t parent_scale_y_distance (hb_position_t v) { in parent_scale_y_distance() function
198 return parent_scale_y_distance (v); in parent_scale_y_position()
203 *y = parent_scale_y_distance (*y); in parent_scale_distance()
Dhb-font.cc83 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph)); in hb_font_get_glyph_v_advance_nil()
147 …return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph)); in hb_font_get_glyph_v_kerning_nil()