Home
last modified time | relevance | path

Searched refs:hb_font_get_scale (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c498 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/
Dhb-font.h631 hb_font_get_scale (hb_font_t *font,
Dhb-font.cc1723 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt306 hb_font_get_scale
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp661 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1391 hb_font_get_scale(font->currentHBFont(), &scaleX, &scaleY); in shape()