Searched refs:hb_font_get_scale (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-font.c | 495 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 497 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 500 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 503 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 510 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 550 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 570 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 575 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 579 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.h | 999 hb_font_get_scale (hb_font_t *font,
|
H A D | hb-font.cc | 1928 * hb_font_get_scale: 1938 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
Completed in 8 milliseconds