Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-font-scale.c41 hb_font_set_scale (font1, scale, scale); in test_hb_scale()
42 hb_font_set_scale (font2, - scale, - scale); in test_hb_scale()
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_get_ligature_carets_ot_gdef()
151 hb_font_set_scale (font, hb_face_get_upem (face) * 2, hb_face_get_upem (face) * 4); in test_ot_layout_get_ligature_carets_empty()
Dtest-font.c277 hb_font_set_scale (font1, 10, 10); in test_fontfuncs_subclassing()
342 hb_font_set_scale (font3, 20, 30); in test_fontfuncs_subclassing()
507 hb_font_set_scale (font, 17, 19); in test_font_properties()
548 hb_font_set_scale (font, 10, 12); in test_font_properties()
573 hb_font_set_scale (subfont, 10, 12); in test_font_properties()
Dtest-shape.c124 hb_font_set_scale (font, 10, 10); in test_shape()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-buffer-serialize.cc60 hb_font_set_scale (font, upem, upem); in main()
Dtest.cc56 hb_font_set_scale (font, upem, upem); in main()
Dhb-font.h994 hb_font_set_scale (hb_font_t *font,
Dhb-ft.cc830 hb_font_set_scale (font, in hb_ft_font_changed()
Dhb-font.cc1915 hb_font_set_scale (hb_font_t *font, in hb_font_set_scale() function
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-shape-fuzzer.cc21 hb_font_set_scale (font, 12, 12); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/harfbuzz/util/
Dfont-options.hh99 hb_font_set_scale (font, scale_x, scale_y); in post_parse()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c483 hb_font_set_scale( font, upem, upem ); in af_shaper_get_cluster()
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dhb-aots-tester.cpp77 hb_font_set_scale(font, upem, upem); in runTest()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt347 hb_font_set_scale
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp344 hb_font_set_scale(skFont.get(), scale, scale); in create_sub_hb_font()
/third_party/skia/third_party/externals/harfbuzz/
DNEWS2483 hb_font_set_scale() accepts signed integers now
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi278 <!-- hb_font_set_scale -->
279 …<elf-symbol name='hb_font_set_scale' type='func-type' binding='global-binding' visibility='default…
9648 <!-- void hb_font_set_scale(hb_font_t*, int, int) -->
9649hb_font_set_scale' mangled-name='hb_font_set_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi146 …<elf-symbol name='hb_font_set_scale' type='func-type' binding='global-binding' visibility='default…
6077hb_font_set_scale' mangled-name='hb_font_set_scale' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/chromium/patch/
D0001-cve.patch45486 + hb_font_set_scale (font2, x*2, y*2);
45518 + hb_font_set_scale (font2, x*2, y*2);
71929 hb_font_set_scale (font, scale_x, scale_y);
71939 + hb_font_set_scale (old_font, scale_x * 2, scale_y * 2);