Searched refs:hb_font_get_scale (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 383 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 385 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 388 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 391 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 398 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 433 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 453 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 458 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 462 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 487 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1191 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 227 hb_font_get_scale
|