Home
last modified time | relevance | path

Searched refs:hb_font_create_sub_font (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-font.c175 subfont = hb_font_create_sub_font (font); in _test_fontfuncs_nil()
304 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_subclassing()
305 font3 = hb_font_create_sub_font (font2); in test_fontfuncs_subclassing()
316 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_subclassing()
341 font3 = hb_font_create_sub_font (font2); in test_fontfuncs_subclassing()
409 font1 = hb_font_create_sub_font (font0); in test_fontfuncs_parallels()
417 font2 = hb_font_create_sub_font (font1); in test_fontfuncs_parallels()
445 created_sub_from_null = hb_font_create_sub_font (NULL); in test_font_empty()
478 subfont = hb_font_create_sub_font (font); in test_font_properties()
562 subfont = hb_font_create_sub_font (font); in test_font_properties()
Dtest-shape.c134 sub_font = hb_font_create_sub_font (font); in test_shape()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt264 hb_font_create_sub_font
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.h936 hb_font_create_sub_font (hb_font_t *parent);
Dhb-font.cc1567 hb_font_create_sub_font (hb_font_t *parent) in hb_font_create_sub_font() function
/third_party/skia/third_party/externals/harfbuzz/
DNEWS294 - Fix regression with hb_font_create_sub_font scaling introduced in 2.6.0.
1395 * hb_font_create_sub_font() does NOT make parent font immutable
2467 hb_font_create_sub_font()
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp339 HBFont skFont(hb_font_create_sub_font(typefaceFont.get())); in create_sub_hb_font()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi176 <!-- hb_font_create_sub_font -->
177 …<elf-symbol name='hb_font_create_sub_font' type='func-type' binding='global-binding' visibility='d…
9546 <!-- hb_font_t* hb_font_create_sub_font(hb_font_t*) -->
9547hb_font_create_sub_font' mangled-name='hb_font_create_sub_font' filepath='/tmp/legendre/spack-stag…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi95 …<elf-symbol name='hb_font_create_sub_font' type='func-type' binding='global-binding' visibility='d…
6020hb_font_create_sub_font' mangled-name='hb_font_create_sub_font' filepath='/tmp/legendre/spack-stag…
/third_party/chromium/patch/
D0001-cve.patch45483 + hb_font_t *font2 = hb_font_create_sub_font (font1);
45515 + hb_font_t *font2 = hb_font_create_sub_font (font1);
71938 + font = hb_font_create_sub_font (old_font);