Searched refs:hb_font_get_scale (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 495 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 497 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 500 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 503 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 510 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 550 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 570 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 575 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 579 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 670 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1755 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 324 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 | 1363 hb_font_get_scale(hbFont.get(), &scaleX, &scaleY); in shape()
|