HomeSort by relevance Sort by last modified time
    Searched refs:hb_blob_get_empty (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-blob.h 87 hb_blob_get_empty (void);
hb-blob.cc 91 return hb_blob_get_empty ();
105 return hb_blob_get_empty ();
120 return hb_blob_get_empty ();
134 hb_blob_get_empty (void) function
hb-font-private.hh 118 return hb_blob_get_empty ();
122 return hb_blob_get_empty ();
hb-open-type-private.hh 339 return hb_blob_get_empty ();
  /external/harfbuzz_ng/test/api/
test-blob.c 53 g_assert (hb_blob_is_immutable (hb_blob_get_empty ()));
54 g_assert (hb_blob_get_empty () != NULL);
55 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, 0, HB_MEMORY_MODE_READONLY, NULL, NULL));
57 blob = hb_blob_get_empty ();
58 g_assert (blob == hb_blob_get_empty ());
test-font.c 39 g_assert (hb_face_get_empty () == hb_face_create (hb_blob_get_empty (), 0));
42 g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
57 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
81 return hb_blob_get_empty ();
96 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
99 g_assert (blob != hb_blob_get_empty ());
test-object.c 77 return hb_face_create (hb_blob_get_empty (), 0);

Completed in 276 milliseconds