Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-metrics.cc76 #define GET_METRIC_Y(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() macro
81 return (face->table.OS2->use_typo_metrics () && GET_METRIC_Y (OS2, sTypoAscender)) || in _hb_ot_metrics_get_position_common()
82 GET_METRIC_Y (hhea, ascender); in _hb_ot_metrics_get_position_common()
84 return (face->table.OS2->use_typo_metrics () && GET_METRIC_Y (OS2, sTypoDescender)) || in _hb_ot_metrics_get_position_common()
85 GET_METRIC_Y (hhea, descender); in _hb_ot_metrics_get_position_common()
87 return (face->table.OS2->use_typo_metrics () && GET_METRIC_Y (OS2, sTypoLineGap)) || in _hb_ot_metrics_get_position_common()
88 GET_METRIC_Y (hhea, lineGap); in _hb_ot_metrics_get_position_common()
92 #undef GET_METRIC_Y in _hb_ot_metrics_get_position_common()
153 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() macro
156 case HB_OT_METRICS_TAG_HORIZONTAL_CLIPPING_ASCENT: return GET_METRIC_Y (OS2, usWinAscent); in hb_ot_metrics_get_position()
[all …]