Searched refs:metrics_tag (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-metrics.cc | 37 _fix_ascender_descender (float value, hb_ot_metrics_tag_t metrics_tag) in _fix_ascender_descender() argument 39 if (metrics_tag == HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER || in _fix_ascender_descender() 40 metrics_tag == HB_OT_METRICS_TAG_VERTICAL_ASCENDER) in _fix_ascender_descender() 42 if (metrics_tag == HB_OT_METRICS_TAG_HORIZONTAL_DESCENDER || in _fix_ascender_descender() 43 metrics_tag == HB_OT_METRICS_TAG_VERTICAL_DESCENDER) in _fix_ascender_descender() 52 hb_ot_metrics_tag_t metrics_tag, in _hb_ot_metrics_get_position_common() argument 56 switch ((unsigned) metrics_tag) in _hb_ot_metrics_get_position_common() 59 #define GET_VAR face->table.MVAR->get_var (metrics_tag, font->coords, font->num_coords) in _hb_ot_metrics_get_position_common() 66 face->table.TABLE->ATTR + GET_VAR, metrics_tag))), true)) in _hb_ot_metrics_get_position_common() 70 face->table.TABLE->ATTR + GET_VAR, metrics_tag))), true)) in _hb_ot_metrics_get_position_common() [all …]
|
D | hb-ot-metrics.h | 108 hb_ot_metrics_tag_t metrics_tag, 112 hb_ot_metrics_get_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag); 115 hb_ot_metrics_get_x_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag); 118 hb_ot_metrics_get_y_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag);
|
D | hb-ot-metrics.hh | 32 hb_ot_metrics_tag_t metrics_tag,
|