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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 189 inline hb_position_t parent_scale_y_distance (hb_position_t v) { function in struct:hb_font_t
198 return parent_scale_y_distance (v);
203 *y = parent_scale_y_distance (*y);
hb-font.cc 83 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
147 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
  /external/harfbuzz_ng/src/
hb-font-private.hh 189 inline hb_position_t parent_scale_y_distance (hb_position_t v) { function in struct:hb_font_t
198 return parent_scale_y_distance (v);
203 *y = parent_scale_y_distance (*y);
hb-font.cc 83 return font->parent_scale_y_distance (font->parent->get_glyph_v_advance (glyph));
147 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));

Completed in 2448 milliseconds