Home
last modified time | relevance | path

Searched refs:hb_font_get_empty (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-font.c437 g_assert (hb_font_get_empty ()); in test_font_empty()
440 g_assert (hb_font_get_empty () != created_from_empty); in test_font_empty()
443 g_assert (hb_font_get_empty () != created_from_null); in test_font_empty()
446 g_assert (hb_font_get_empty () != created_sub_from_null); in test_font_empty()
448 g_assert (hb_font_is_immutable (hb_font_get_empty ())); in test_font_empty()
450 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
451 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
477 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()
481 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
486 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
[all …]
Dtest-style.c36 hb_font_t *empty = hb_font_get_empty (); in test_empty_face()
Dtest-ot-face.c181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
Dtest-draw.c169 g_assert (!hb_font_draw_glyph (hb_font_get_empty (), 3, funcs, NULL)); in test_hb_draw_empty()
Dtest-ot-math.c106 hb_font = hb_font_get_empty (); in test_has_data()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer-serialize.cc488 font = hb_font_get_empty (); in hb_buffer_serialize_glyphs()
777 font = hb_font_get_empty (); in hb_buffer_deserialize_glyphs()
847 hb_font_t* font = hb_font_get_empty (); in hb_buffer_deserialize_unicode()
Dhb-font.cc1505 return hb_font_get_empty (); in _hb_font_create()
1508 font->parent = hb_font_get_empty (); in _hb_font_create()
1570 parent = hb_font_get_empty (); in hb_font_create_sub_font()
1617 hb_font_get_empty () in hb_font_get_empty() function
1764 parent = hb_font_get_empty (); in hb_font_set_parent()
Dhb-font.h939 hb_font_get_empty (void);
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-fc.cc106 return hb_font_get_empty (); in hb_fc_font_create()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt289 hb_font_get_empty
/third_party/skia/third_party/externals/harfbuzz/
DNEWS1359 (ie. have parent) hb_font_get_empty().
2494 hb_font_get_empty()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi218 <!-- hb_font_get_empty -->
219 …<elf-symbol name='hb_font_get_empty' type='func-type' binding='global-binding' visibility='default…
9553 <!-- hb_font_t* hb_font_get_empty() -->
9554hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi116 …<elf-symbol name='hb_font_get_empty' type='func-type' binding='global-binding' visibility='default…
6024hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
/third_party/chromium/patch/
D0001-cve.patch44759 - g_assert (!hb_font_draw_glyph (hb_font_get_empty (), 3, funcs, NULL));
44760 + hb_font_get_glyph_shape (hb_font_get_empty (), 3, funcs, NULL);