Searched refs:hb_font_get_ppem (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-font.c | 517 hb_font_get_ppem (font, NULL, NULL); in test_font_properties() 519 hb_font_get_ppem (font, &x_ppem, NULL); in test_font_properties() 522 hb_font_get_ppem (font, NULL, &y_ppem); in test_font_properties() 525 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 532 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 556 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 585 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 590 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 594 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.h | 1012 hb_font_get_ppem (hb_font_t *font,
|
H A D | hb-font.cc | 1969 * hb_font_get_ppem: 1979 hb_font_get_ppem (hb_font_t *font, in hb_font_get_ppem() function
|
Completed in 6 milliseconds