Home
last modified time | relevance | path

Searched refs:hb_font_set_scale (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c269 hb_font_set_scale (font1, 10, 10); in test_fontfuncs_subclassing()
325 hb_font_set_scale (font3, 20, 30); in test_fontfuncs_subclassing()
395 hb_font_set_scale (font, 17, 19); in test_font_properties()
431 hb_font_set_scale (font, 10, 12); in test_font_properties()
456 hb_font_set_scale (subfont, 10, 12); in test_font_properties()
Dtest-shape.c100 hb_font_set_scale (font, 10, 10); in test_shape()
/external/harfbuzz_ng/src/
Dtest-buffer-serialize.cc94 hb_font_set_scale (font, upem, upem); in main()
Dtest.cc97 hb_font_set_scale (font, upem, upem); in main()
Dhb-font.h482 hb_font_set_scale (hb_font_t *font,
Dhb-ft.cc440 hb_font_set_scale (font, in hb_ft_font_create()
Dhb-font.cc1169 hb_font_set_scale (hb_font_t *font, in hb_font_set_scale() function
/external/freetype/src/autofit/
Dhbshim.c458 hb_font_set_scale( font, upem, upem ); in af_get_char_index()
Dafshaper.c464 hb_font_set_scale( font, upem, upem ); in af_shaper_get_cluster()
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt237 hb_font_set_scale
/external/harfbuzz_ng/util/
Doptions.cc557 hb_font_set_scale (font, scale_x, scale_y); in get_font()
/external/harfbuzz_ng/
DNEWS989 hb_font_set_scale() accepts signed integers now