Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c280 hb_font_set_scale (font1, 10, 10); in test_fontfuncs_subclassing()
345 hb_font_set_scale (font3, 20, 30); in test_fontfuncs_subclassing()
510 hb_font_set_scale (font, 17, 19); in test_font_properties()
551 hb_font_set_scale (font, 10, 12); in test_font_properties()
576 hb_font_set_scale (subfont, 10, 12); in test_font_properties()
Dtest-ot-ligature-carets.c35 hb_font_set_scale (font, hb_face_get_upem (face) * 2, hb_face_get_upem (face) * 4); in test_ot_layout_feature_get_name_ids_and_characters()
Dtest-shape.c100 hb_font_set_scale (font, 10, 10); in test_shape()
/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc17 hb_font_set_scale (font, 12, 12); in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/src/
Dtest-buffer-serialize.cc53 hb_font_set_scale (font, upem, upem); in main()
Dtest.cc55 hb_font_set_scale (font, upem, upem); in main()
Dhb-font.h626 hb_font_set_scale (hb_font_t *font,
Dhb-ft.cc687 hb_font_set_scale (font, in hb_ft_font_changed()
Dhb-font.cc1701 hb_font_set_scale (hb_font_t *font, in hb_font_set_scale() function
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp55 hb_font_set_scale(font, upem, upem); in runTest()
/external/freetype/src/autofit/
Dafshaper.c469 hb_font_set_scale( font, upem, upem ); in af_shaper_get_cluster()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt322 hb_font_set_scale
/external/harfbuzz_ng/util/
Doptions.cc684 hb_font_set_scale (font, scale_x, scale_y); in get_font()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp314 hb_font_set_scale(skFont.get(), scale, scale); in create_hb_font()
/external/harfbuzz_ng/
DNEWS2097 hb_font_set_scale() accepts signed integers now