/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-blob.cc | 98 return hb_blob_get_empty (); in hb_blob_create() 112 return hb_blob_get_empty (); in hb_blob_create() 153 return hb_blob_get_empty (); in hb_blob_create_sub_blob() 185 if (unlikely (blob == hb_blob_get_empty ())) in hb_blob_copy_writable_or_fail() 203 hb_blob_get_empty () in hb_blob_get_empty() function 550 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file() 577 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file() 641 if (unlikely (data == nullptr)) return hb_blob_get_empty (); in hb_blob_create_from_file() 677 return hb_blob_get_empty (); in hb_blob_create_from_file()
|
D | hb-ot-color.cc | 300 return hb_blob_get_empty (); in hb_ot_color_glyph_reference_svg() 346 return hb_blob_get_empty (); in hb_ot_color_glyph_reference_png() 349 hb_blob_t *blob = hb_blob_get_empty (); in hb_ot_color_glyph_reference_png()
|
D | hb-ot-color-cbdt-table.hh | 462 return hb_blob_get_empty (); in reference_png() 466 return hb_blob_get_empty (); in reference_png() 471 return hb_blob_get_empty (); in reference_png() 477 return hb_blob_get_empty (); in reference_png() 486 return hb_blob_get_empty (); in reference_png() 495 return hb_blob_get_empty (); in reference_png() 505 return hb_blob_get_empty (); in reference_png()
|
D | hb-ot-color-sbix-table.hh | 80 if (unlikely (!ppem)) return hb_blob_get_empty (); /* To get Null() object out of the way. */ in get_glyph_blob() 92 return hb_blob_get_empty (); in get_glyph_blob() 107 return hb_blob_get_empty (); in get_glyph_blob() 111 return hb_blob_get_empty (); in get_glyph_blob()
|
D | hb-face.hh | 75 return hb_blob_get_empty (); in reference_table() 79 return hb_blob_get_empty (); in reference_table()
|
/third_party/harfbuzz/test/api/ |
D | test-blob.c | 53 g_assert (hb_blob_is_immutable (hb_blob_get_empty ())); in test_blob_empty() 54 g_assert (hb_blob_get_empty () != NULL); in test_blob_empty() 55 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 56 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdf", 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 57 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, -1, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 58 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdfg", -1, HB_MEMORY_MODE_READONLY, NULL, NULL… in test_blob_empty() 60 blob = hb_blob_get_empty (); in test_blob_empty() 61 g_assert (blob == hb_blob_get_empty ()); in test_blob_empty()
|
D | test-font.c | 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0); in test_face_empty() 49 …(hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_empty() 67 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_create() 91 return hb_blob_get_empty (); in get_table() 106 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_createfortables() 109 g_assert (blob != hb_blob_get_empty ()); in test_face_createfortables()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-blob.c | 53 g_assert (hb_blob_is_immutable (hb_blob_get_empty ())); in test_blob_empty() 54 g_assert (hb_blob_get_empty () != NULL); in test_blob_empty() 55 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 56 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdf", 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 57 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, -1, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 58 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdfg", -1, HB_MEMORY_MODE_READONLY, NULL, NULL… in test_blob_empty() 60 blob = hb_blob_get_empty (); in test_blob_empty() 61 g_assert (blob == hb_blob_get_empty ()); in test_blob_empty()
|
D | test-font.c | 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0); in test_face_empty() 49 …(hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_empty() 67 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_create() 91 return hb_blob_get_empty (); in get_table() 106 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_createfortables() 109 g_assert (blob != hb_blob_get_empty ()); in test_face_createfortables()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-blob.c | 53 g_assert (hb_blob_is_immutable (hb_blob_get_empty ())); in test_blob_empty() 54 g_assert (hb_blob_get_empty () != NULL); in test_blob_empty() 55 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 56 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdf", 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 57 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, -1, HB_MEMORY_MODE_READONLY, NULL, NULL)); in test_blob_empty() 58 …g_assert (hb_blob_get_empty () == hb_blob_create ("asdfg", -1, HB_MEMORY_MODE_READONLY, NULL, NULL… in test_blob_empty() 60 blob = hb_blob_get_empty (); in test_blob_empty() 61 g_assert (blob == hb_blob_get_empty ()); in test_blob_empty()
|
D | test-font.c | 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0); in test_face_empty() 49 …(hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_empty() 67 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_create() 91 return hb_blob_get_empty (); in get_table() 106 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_createfortables() 109 g_assert (blob != hb_blob_get_empty ()); in test_face_createfortables()
|
/third_party/harfbuzz/src/ |
D | hb-blob.cc | 82 return hb_blob_get_empty (); in hb_blob_create() 96 return hb_blob_get_empty (); in hb_blob_create() 137 return hb_blob_get_empty (); in hb_blob_create_sub_blob() 169 if (unlikely (blob == hb_blob_get_empty ())) in hb_blob_copy_writable_or_fail() 187 hb_blob_get_empty () in hb_blob_get_empty() function 575 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file() 615 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file() 679 if (unlikely (!data)) return hb_blob_get_empty (); in hb_blob_create_from_file() 716 return hb_blob_get_empty (); in hb_blob_create_from_file()
|
D | hb-face.hh | 75 return hb_blob_get_empty (); in reference_table() 79 return hb_blob_get_empty (); in reference_table()
|
D | hb-ot-color-sbix-table.hh | 101 if (unlikely (!ppem)) return hb_blob_get_empty (); /* To get Null() object out of the way. */ in get_glyph_blob() 113 return hb_blob_get_empty (); in get_glyph_blob() 128 return hb_blob_get_empty (); in get_glyph_blob() 132 return hb_blob_get_empty (); in get_glyph_blob()
|
D | hb-ot-color-cbdt-table.hh | 883 return hb_blob_get_empty (); in reference_png() 887 return hb_blob_get_empty (); in reference_png() 891 return hb_blob_get_empty (); in reference_png() 898 return hb_blob_get_empty (); in reference_png() 907 return hb_blob_get_empty (); in reference_png() 916 return hb_blob_get_empty (); in reference_png() 922 default: return hb_blob_get_empty (); /* TODO: Support other image formats. */ in reference_png()
|
D | test-gpos-size-params.cc | 33 #define hb_blob_create_from_file(x) hb_blob_get_empty ()
|
D | test-gsub-would-substitute.cc | 37 #define hb_blob_create_from_file(x) hb_blob_get_empty ()
|
D | test-ot-name.cc | 31 #define hb_blob_create_from_file(x) hb_blob_get_empty ()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-blob.cc | 79 return hb_blob_get_empty (); in hb_blob_create() 84 return likely (blob) ? blob : hb_blob_get_empty (); in hb_blob_create() 176 return hb_blob_get_empty (); in hb_blob_create_sub_blob() 208 if (unlikely (blob == hb_blob_get_empty ())) in hb_blob_copy_writable_or_fail() 226 hb_blob_get_empty () in hb_blob_get_empty() function 612 return likely (blob) ? blob : hb_blob_get_empty (); in hb_blob_create_from_file() 634 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file_or_fail() 674 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file_or_fail()
|
D | hb-face.hh | 75 return hb_blob_get_empty (); in reference_table() 79 return hb_blob_get_empty (); in reference_table()
|
D | hb-ot-color-sbix-table.hh | 101 if (unlikely (!ppem)) return hb_blob_get_empty (); /* To get Null() object out of the way. */ in get_glyph_blob() 113 return hb_blob_get_empty (); in get_glyph_blob() 128 return hb_blob_get_empty (); in get_glyph_blob() 132 return hb_blob_get_empty (); in get_glyph_blob()
|
D | hb-ot-color-cbdt-table.hh | 883 return hb_blob_get_empty (); in reference_png() 887 return hb_blob_get_empty (); in reference_png() 891 return hb_blob_get_empty (); in reference_png() 898 return hb_blob_get_empty (); in reference_png() 907 return hb_blob_get_empty (); in reference_png() 916 return hb_blob_get_empty (); in reference_png() 922 default: return hb_blob_get_empty (); /* TODO: Support other image formats. */ in reference_png()
|
D | test-gpos-size-params.cc | 33 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
D | test-gsub-would-substitute.cc | 37 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
D | test-ot-name.cc | 31 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|