Home
last modified time | relevance | path

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

/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.c39 g_assert (hb_face_get_empty () == hb_face_create (hb_blob_get_empty (), 0)); in test_face_empty()
42 …(hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_empty()
57 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_create()
81 return hb_blob_get_empty (); in get_table()
96 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_createfortables()
99 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_inert()
/external/harfbuzz_ng/src/
Dhb-blob.cc111 return hb_blob_get_empty (); in hb_blob_create()
125 return hb_blob_get_empty (); in hb_blob_create()
160 return hb_blob_get_empty (); in hb_blob_create_sub_blob()
185 hb_blob_get_empty (void) in hb_blob_get_empty() function
Dhb-face-private.hh70 return hb_blob_get_empty (); in reference_table()
74 return hb_blob_get_empty (); in reference_table()
Dhb-blob.h86 hb_blob_get_empty (void);
Dhb-ot-font.cc64 this->blob = hb_blob_get_empty (); in init()
Dhb-open-type-private.hh349 return hb_blob_get_empty (); in sanitize()
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt14 hb_blob_get_empty
/external/harfbuzz_ng/
DNEWS914 hb_blob_create_empty() renamed to hb_blob_get_empty()
997 hb_blob_get_empty()