Searched refs:hb_ot_metrics_get_position (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-metrics.c | 39 g_assert (hb_ot_metrics_get_position (font, HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER, &value)); in test_ot_metrics_get_no_var() 55 g_assert (hb_ot_metrics_get_position (font, HB_OT_METRICS_TAG_X_HEIGHT, &value)); in test_ot_metrics_get_var() 62 g_assert (hb_ot_metrics_get_position (font, HB_OT_METRICS_TAG_X_HEIGHT, &value)); in test_ot_metrics_get_var()
|
D | test-ot-face.c | 141 hb_ot_metrics_get_position (font, HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER, NULL); in test_font()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-metrics.h | 109 hb_ot_metrics_get_position (hb_font_t *font,
|
D | hb-ot-metrics.cc | 132 hb_ot_metrics_get_position (hb_font_t *font, in hb_ot_metrics_get_position() function
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 567 hb_ot_metrics_get_position
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 319 +hb_ot_metrics_get_position()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 25242 hb_ot_metrics_get_position 38218 @@ -238,6 +238,145 @@ hb_ot_metrics_get_position (hb_font_t *font, 38242 + if (hb_ot_metrics_get_position (font, metrics_tag, position)) 38368 @@ -110,6 +110,11 @@ hb_ot_metrics_get_position (hb_font_t *font,
|