Home
last modified time | relevance | path

Searched refs:hb_blob_get_empty (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-blob.c53 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()
Dtest-font.c43 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()
Dtest-object.c77 return hb_face_create (hb_blob_get_empty (), 0); in create_face_from_inert()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-blob.cc79 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()
Dhb-face.hh75 return hb_blob_get_empty (); in reference_table()
79 return hb_blob_get_empty (); in reference_table()
Dhb-ot-color-sbix-table.hh101 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()
Dhb-ot-color-cbdt-table.hh883 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()
Dtest-gpos-size-params.cc33 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dtest-gsub-would-substitute.cc37 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dtest-ot-name.cc31 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dtest-ot-meta.cc29 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dhb-gdi.cc66 return hb_blob_get_empty (); in _hb_gdi_reference_table()
Dtest-ot-glyphname.cc31 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dtest-buffer-serialize.cc36 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dtest.cc34 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dhb-blob.h121 hb_blob_get_empty (void);
Dhb-ot-color.cc306 hb_blob_t *blob = hb_blob_get_empty (); in hb_ot_color_glyph_reference_png()
Dhb-face.cc213 blob = hb_blob_get_empty (); in hb_face_create()
392 return hb_blob_get_empty (); in hb_face_reference_table()
Dhb-ot-hmtx-table.hh184 table = hb_blob_get_empty (); in init()
Dhb-machinery.hh286 { return hb_blob_get_empty (); } in get_null()
Dhb-sanitize.hh391 return hb_blob_get_empty (); in sanitize_blob()
Dmain.cc42 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
Dhb-ot-layout-gdef-table.hh594 this->table = hb_blob_get_empty (); in init()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-fc.cc109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt32 hb_blob_get_empty

12