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.c495 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/
Dhb-font.h670 hb_font_get_scale (hb_font_t *font,
Dhb-font.cc1755 hb_font_get_scale (hb_font_t *font, in hb_font_get_scale() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt324 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.cpp1363 hb_font_get_scale(hbFont.get(), &scaleX, &scaleY); in shape()