Searched refs:metrics_tag (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-metrics.cc | 46 _fix_ascender_descender (float value, hb_ot_metrics_tag_t metrics_tag) in _fix_ascender_descender() argument 48 if (metrics_tag == HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER || in _fix_ascender_descender() 49 metrics_tag == HB_OT_METRICS_TAG_VERTICAL_ASCENDER) in _fix_ascender_descender() 51 if (metrics_tag == HB_OT_METRICS_TAG_HORIZONTAL_DESCENDER || in _fix_ascender_descender() 52 metrics_tag == HB_OT_METRICS_TAG_VERTICAL_DESCENDER) in _fix_ascender_descender() 61 hb_ot_metrics_tag_t metrics_tag, in _hb_ot_metrics_get_position_common() argument 65 switch ((unsigned) metrics_tag) in _hb_ot_metrics_get_position_common() 68 #define GET_VAR face->table.MVAR->get_var (metrics_tag, font->coords, font->num_coords) in _hb_ot_metrics_get_position_common() 75 face->table.TABLE->ATTR + GET_VAR, metrics_tag))), true)) in _hb_ot_metrics_get_position_common() 79 face->table.TABLE->ATTR + GET_VAR, metrics_tag))), true)) in _hb_ot_metrics_get_position_common() [all …]
|
D | hb-ot-metrics.h | 110 hb_ot_metrics_tag_t metrics_tag, 114 hb_ot_metrics_get_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag); 117 hb_ot_metrics_get_x_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag); 120 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,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 38225 + * @metrics_tag: tag of metrics value you like to fetch. 38228 + * Fetches metrics value corresponding to @metrics_tag from @font, 38235 + hb_ot_metrics_tag_t metrics_tag, 38242 + if (hb_ot_metrics_get_position (font, metrics_tag, position)) 38244 + if ((metrics_tag != HB_OT_METRICS_TAG_STRIKEOUT_SIZE && 38245 + metrics_tag != HB_OT_METRICS_TAG_UNDERLINE_SIZE) || 38250 + switch (metrics_tag) 38369 hb_ot_metrics_tag_t metrics_tag, 38374 + hb_ot_metrics_tag_t metrics_tag, 38378 hb_ot_metrics_get_variation (hb_font_t *font, hb_ot_metrics_tag_t metrics_tag);
|