Searched refs:hb_font_get_scale (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 498 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 500 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 503 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 506 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 513 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 553 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 573 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 578 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 582 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 631 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1723 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 306 hb_font_get_scale
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 661 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 1391 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()
|