Searched refs:_hb_ot_metrics_get_position_common (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-font.cc | 240 …return _hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER, &metrics->… in hb_ot_get_font_h_extents() 241 …_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_DESCENDER, &metrics->descen… in hb_ot_get_font_h_extents() 242 …_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_LINE_GAP, &metrics->line_ga… in hb_ot_get_font_h_extents() 251 …return _hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_ASCENDER, &metrics->as… in hb_ot_get_font_v_extents() 252 …_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_DESCENDER, &metrics->descende… in hb_ot_get_font_v_extents() 253 …_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_LINE_GAP, &metrics->line_gap); in hb_ot_get_font_v_extents()
|
D | hb-ot-metrics.hh | 31 _hb_ot_metrics_get_position_common (hb_font_t *font,
|
D | hb-ot-metrics.cc | 60 _hb_ot_metrics_get_position_common (hb_font_t *font, in _hb_ot_metrics_get_position_common() function 144 …case HB_OT_METRICS_TAG_VERTICAL_LINE_GAP: return _hb_ot_metrics_get_position_common (fon… in hb_ot_metrics_get_position()
|