Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-blob.cc86 return hb_blob_get_empty (); in hb_blob_create()
100 return hb_blob_get_empty (); in hb_blob_create()
141 return hb_blob_get_empty (); in hb_blob_create_sub_blob()
173 if (unlikely (blob == hb_blob_get_empty ())) in hb_blob_copy_writable_or_fail()
191 hb_blob_get_empty () in hb_blob_get_empty() function
538 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file()
565 if (unlikely (!file)) return hb_blob_get_empty (); in hb_blob_create_from_file()
629 if (unlikely (data == nullptr)) return hb_blob_get_empty (); in hb_blob_create_from_file()
665 return hb_blob_get_empty (); in hb_blob_create_from_file()
Dhb-ot-color-cbdt-table.hh462 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()
Dhb-ot-color-sbix-table.hh80 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()
Dhb-face.hh75 return hb_blob_get_empty (); in reference_table()
79 return hb_blob_get_empty (); in reference_table()
Dhb-blob.h89 hb_blob_get_empty (void);
Dhb-ot-color.cc290 hb_blob_t *blob = hb_blob_get_empty (); in hb_ot_color_glyph_reference_png()
Dhb-ot-hmtx-table.hh231 table = hb_blob_get_empty (); in init()
Dhb-machinery.hh462 return hb_blob_get_empty (); in sanitize_blob()
895 { return hb_blob_get_empty (); } in get_null()
Dhb-face.cc201 blob = hb_blob_get_empty (); in hb_face_create()
Dhb-ot-layout-gdef-table.hh423 this->table = hb_blob_get_empty (); in init()
Dhb-ot-layout-gsubgpos.hh2753 this->table = hb_blob_get_empty (); in init()
/external/harfbuzz_ng/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()
/external/harfbuzz_ng/util/
Dhb-fc.cc109 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
Doptions.cc664 if (blob == hb_blob_get_empty ()) in get_font()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt29 hb_blob_get_empty
/external/harfbuzz_ng/
DNEWS2022 hb_blob_create_empty() renamed to hb_blob_get_empty()
2105 hb_blob_get_empty()