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

  /external/harfbuzz_ng/src/
hb-face-private.hh 74 return hb_blob_get_empty ();
78 return hb_blob_get_empty ();
hb-blob.cc 105 return hb_blob_get_empty ();
119 return hb_blob_get_empty ();
160 return hb_blob_get_empty ();
174 * hb_blob_get_empty:
185 hb_blob_get_empty (void) function
hb-blob.h 86 hb_blob_get_empty (void);
hb-ot-hmtx-table.hh 118 blob = hb_blob_get_empty ();
hb-face.cc 165 blob = hb_blob_get_empty ();
hb-open-type-private.hh 364 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));
56 g_assert (hb_blob_get_empty () == hb_blob_create ("asdf", 0, HB_MEMORY_MODE_READONLY, NULL, NULL));
57 g_assert (hb_blob_get_empty () == hb_blob_create (NULL, -1, HB_MEMORY_MODE_READONLY, NULL, NULL));
58 g_assert (hb_blob_get_empty () == hb_blob_create ("asdfg", -1, HB_MEMORY_MODE_READONLY, NULL, NULL));
60 blob = hb_blob_get_empty ();
61 g_assert (blob == hb_blob_get_empty ());
test-font.c 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0);
49 g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
67 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
91 return hb_blob_get_empty ();
106 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
109 g_assert (blob != hb_blob_get_empty ());
test-object.c 77 return hb_face_create (hb_blob_get_empty (), 0);
  /external/harfbuzz_ng/util/
hb-fc.cc 109 face = hb_face_create (hb_blob_get_empty (), 0);

Completed in 136 milliseconds