Home
last modified time | relevance | path

Searched refs:_hb_ot_metrics_get_position_common (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc233 …return _hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER, &metrics->… in hb_ot_get_font_h_extents()
234_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_DESCENDER, &metrics->descen… in hb_ot_get_font_h_extents()
235_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_HORIZONTAL_LINE_GAP, &metrics->line_ga… in hb_ot_get_font_h_extents()
244 …return _hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_ASCENDER, &metrics->as… in hb_ot_get_font_v_extents()
245_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_DESCENDER, &metrics->descende… in hb_ot_get_font_v_extents()
246_hb_ot_metrics_get_position_common (font, HB_OT_METRICS_TAG_VERTICAL_LINE_GAP, &metrics->line_gap); in hb_ot_get_font_v_extents()
Dhb-ot-metrics.hh31 _hb_ot_metrics_get_position_common (hb_font_t *font,
Dhb-ot-metrics.cc51 _hb_ot_metrics_get_position_common (hb_font_t *font, in _hb_ot_metrics_get_position_common() function
135 …case HB_OT_METRICS_TAG_VERTICAL_LINE_GAP: return _hb_ot_metrics_get_position_common (fon… in hb_ot_metrics_get_position()