Searched refs:_hb_ot_metrics_get_position_common (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 233 …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()
|
D | hb-ot-metrics.hh | 31 _hb_ot_metrics_get_position_common (hb_font_t *font,
|
D | hb-ot-metrics.cc | 51 _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()
|