Searched refs:hb_font_set_scale (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 280 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()
|
D | test-ot-ligature-carets.c | 35 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()
|
D | test-shape.c | 100 hb_font_set_scale (font, 10, 10); in test_shape()
|
/external/harfbuzz_ng/test/fuzzing/ |
D | hb-shape-fuzzer.cc | 17 hb_font_set_scale (font, 12, 12); in LLVMFuzzerTestOneInput()
|
/external/harfbuzz_ng/src/ |
D | test-buffer-serialize.cc | 53 hb_font_set_scale (font, upem, upem); in main()
|
D | test.cc | 55 hb_font_set_scale (font, upem, upem); in main()
|
D | hb-font.h | 626 hb_font_set_scale (hb_font_t *font,
|
D | hb-ft.cc | 687 hb_font_set_scale (font, in hb_ft_font_changed()
|
D | hb-font.cc | 1701 hb_font_set_scale (hb_font_t *font, in hb_font_set_scale() function
|
/external/harfbuzz_ng/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 55 hb_font_set_scale(font, upem, upem); in runTest()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 469 hb_font_set_scale( font, upem, upem ); in af_shaper_get_cluster()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 322 hb_font_set_scale
|
/external/harfbuzz_ng/util/ |
D | options.cc | 684 hb_font_set_scale (font, scale_x, scale_y); in get_font()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 314 hb_font_set_scale(skFont.get(), scale, scale); in create_hb_font()
|
/external/harfbuzz_ng/ |
D | NEWS | 2097 hb_font_set_scale() accepts signed integers now
|