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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 70 return hb_blob_get_empty ();
74 return hb_blob_get_empty ();
hb-blob.cc 106 return hb_blob_get_empty ();
120 return hb_blob_get_empty ();
155 return hb_blob_get_empty ();
169 * hb_blob_get_empty:
180 hb_blob_get_empty (void) function
hb-blob.h 87 hb_blob_get_empty (void);
hb-open-type-private.hh 337 return hb_blob_get_empty ();
  /external/harfbuzz_ng/src/
hb-face-private.hh 70 return hb_blob_get_empty ();
74 return hb_blob_get_empty ();
hb-blob.cc 108 return hb_blob_get_empty ();
122 return hb_blob_get_empty ();
157 return hb_blob_get_empty ();
171 * hb_blob_get_empty:
182 hb_blob_get_empty (void) function
hb-blob.h 86 hb_blob_get_empty (void);
hb-open-type-private.hh 346 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);
  /external/harfbuzz_ng/docs/reference/
harfbuzz-sections.txt 14 hb_blob_get_empty
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 696 hb_blob_create_empty() renamed to hb_blob_get_empty()
779 hb_blob_get_empty()
  /external/harfbuzz_ng/
NEWS 789 hb_blob_create_empty() renamed to hb_blob_get_empty()
872 hb_blob_get_empty()

Completed in 667 milliseconds