Searched refs:hb_font_get_scale (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 432 hb_font_get_scale (font, NULL, NULL); in test_font_properties() 434 hb_font_get_scale (font, &x_scale, NULL); in test_font_properties() 437 hb_font_get_scale (font, NULL, &y_scale); in test_font_properties() 440 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 447 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 482 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties() 502 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 507 hb_font_get_scale (subfont, &x_scale, &y_scale); in test_font_properties() 511 hb_font_get_scale (font, &x_scale, &y_scale); in test_font_properties()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 593 hb_font_get_scale (hb_font_t *font,
|
D | hb-font.cc | 1529 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 253 hb_font_get_scale
|
/external/skia/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 594 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()
|
/external/skqp/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 589 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()
|