Searched refs:hb_blob_get_empty (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/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 | 39 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()
|
D | test-object.c | 77 return hb_face_create (hb_blob_get_empty (), 0); in create_face_inert()
|
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 111 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
|
D | hb-face-private.hh | 70 return hb_blob_get_empty (); in reference_table() 74 return hb_blob_get_empty (); in reference_table()
|
D | hb-blob.h | 86 hb_blob_get_empty (void);
|
D | hb-ot-font.cc | 64 this->blob = hb_blob_get_empty (); in init()
|
D | hb-open-type-private.hh | 349 return hb_blob_get_empty (); in sanitize()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 14 hb_blob_get_empty
|
/external/harfbuzz_ng/ |
D | NEWS | 914 hb_blob_create_empty() renamed to hb_blob_get_empty() 997 hb_blob_get_empty()
|