Searched refs:hb_font_get_ppem (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 405 hb_font_get_ppem (font, NULL, NULL); in test_font_properties() 407 hb_font_get_ppem (font, &x_ppem, NULL); in test_font_properties() 410 hb_font_get_ppem (font, NULL, &y_ppem); in test_font_properties() 413 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 420 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 439 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties() 468 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 473 hb_font_get_ppem (subfont, &x_ppem, &y_ppem); in test_font_properties() 477 hb_font_get_ppem (font, &x_ppem, &y_ppem); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 500 hb_font_get_ppem (hb_font_t *font,
|
D | hb-font.cc | 1232 hb_font_get_ppem (hb_font_t *font, in hb_font_get_ppem() function
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 226 hb_font_get_ppem
|