Searched refs:hb_font_get_ppem (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 429 hb_font_get_ppem (font, NULL, NULL); in test_font_properties() 431 hb_font_get_ppem (font, &x_ppem, NULL); in test_font_properties() 434 hb_font_get_ppem (font, NULL, &y_ppem); in test_font_properties() 437 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 444 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 463 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 492 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 497 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 501 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 602 hb_font_get_ppem (hb_font_t *font,
|
D | hb-font.cc | 1531 hb_font_get_ppem (hb_font_t *font, in hb_font_get_ppem() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 243 hb_font_get_ppem
|