Searched refs:hb_font_get_empty (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-font.c | 437 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 …]
|
D | test-style.c | 36 hb_font_t *empty = hb_font_get_empty (); in test_empty_face()
|
D | test-ot-face.c | 181 test_font (hb_font_get_empty (), 0); in test_ot_face_empty()
|
D | test-draw.c | 169 g_assert (!hb_font_draw_glyph (hb_font_get_empty (), 3, funcs, NULL)); in test_hb_draw_empty()
|
D | test-ot-math.c | 106 hb_font = hb_font_get_empty (); in test_has_data()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer-serialize.cc | 488 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()
|
D | hb-font.cc | 1505 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()
|
D | hb-font.h | 939 hb_font_get_empty (void);
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-fc.cc | 106 return hb_font_get_empty (); in hb_fc_font_create()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 289 hb_font_get_empty
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1359 (ie. have parent) hb_font_get_empty(). 2494 hb_font_get_empty()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 218 <!-- 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() --> 9554 …hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 116 …<elf-symbol name='hb_font_get_empty' type='func-type' binding='global-binding' visibility='default… 6024 …hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 44759 - 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);
|