Searched refs:hb_font_get_scale (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 407 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 409 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 412 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 415 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 422 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 457 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 477 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 482 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 486 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 244 hb_font_get_scale
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 589 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1490 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|