/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A 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()
|
H A D | test-font.c | 43 created_from_empty = hb_face_create (hb_blob_get_empty (), 0); in test_face_empty() 49 …(hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_empty() 67 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_create() 91 return hb_blob_get_empty (); in get_table() 106 g_assert (hb_face_reference_table (face, HB_TAG ('h','e','a','d')) == hb_blob_get_empty ()); in test_face_createfortables() 109 g_assert (blob != hb_blob_get_empty ()); in test_face_createfortables()
|
H A D | test-instance-cff2.c | 58 == hb_blob_get_empty ()); in test_instance_cff2()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-blob.cc | 79 return hb_blob_get_empty (); in hb_blob_create() 84 return likely (blob) ? blob : hb_blob_get_empty (); in hb_blob_create() 176 return hb_blob_get_empty (); in hb_blob_create_sub_blob() 208 if (unlikely (blob == hb_blob_get_empty ())) in hb_blob_copy_writable_or_fail() 226 hb_blob_get_empty () in hb_blob_get_empty() function 615 return likely (blob) ? blob : hb_blob_get_empty (); in hb_blob_create_from_file()
|
H A D | hb-face.hh | 81 return hb_blob_get_empty (); in reference_table() 85 return hb_blob_get_empty (); in reference_table()
|
H A D | hb-face.cc | 241 blob = hb_blob_get_empty (); in hb_face_create() 484 return hb_blob_get_empty (); in hb_face_reference_table()
|
H A D | test-gpos-size-params.cc | 33 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | test-gsub-would-substitute.cc | 37 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | test-ot-name.cc | 31 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | test-ot-meta.cc | 29 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | test-ot-glyphname.cc | 31 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | hb-gdi.cc | 66 return hb_blob_get_empty (); in _hb_gdi_reference_table()
|
H A D | test.cc | 34 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | test-buffer-serialize.cc | 36 #define hb_blob_create_from_file_or_fail(x) hb_blob_get_empty ()
|
H A D | hb-blob.h | 121 hb_blob_get_empty (void);
|
H A D | hb-ot-color.cc | 351 hb_blob_t *blob = hb_blob_get_empty (); in hb_ot_color_glyph_reference_png()
|
H A D | hb-kern.hh | 56 OT::hb_ot_apply_context_t c (1, font, buffer, hb_blob_get_empty ()); in kern()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/sbix/ |
H A D | sbix.hh | 100 if (unlikely (!ppem)) return hb_blob_get_empty (); /* To get Null() object out of the way. */ in get_glyph_blob() 112 return hb_blob_get_empty (); in get_glyph_blob() 127 return hb_blob_get_empty (); in get_glyph_blob() 131 return hb_blob_get_empty (); in get_glyph_blob() 244 if (blob == hb_blob_get_empty ()) in paint_glyph()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/CBDT/ |
H A D | CBDT.hh | 901 return hb_blob_get_empty (); in reference_png() 905 return hb_blob_get_empty (); in reference_png() 909 return hb_blob_get_empty (); in reference_png() 916 return hb_blob_get_empty (); in reference_png() 925 return hb_blob_get_empty (); in reference_png() 934 return hb_blob_get_empty (); in reference_png() 940 default: return hb_blob_get_empty (); /* TODO: Support other image formats. */ in reference_png() 952 if (unlikely (blob == hb_blob_get_empty ())) in paint_glyph()
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | hb-fc.cc | 107 face = hb_face_create (hb_blob_get_empty (), 0); in hb_fc_font_create()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/svg/ |
H A D | svg.hh | 104 if (blob == hb_blob_get_empty ()) in paint_glyph()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
H A D | SinglePosFormat1.hh | 160 bool has_fvar = (blob != hb_blob_get_empty ()); in subset()
|
H A D | SinglePosFormat2.hh | 155 bool has_fvar = (blob != hb_blob_get_empty ()); in compute_effective_format()
|
H A D | PairPosFormat1.hh | 149 bool has_fvar = (blob != hb_blob_get_empty ()); in subset()
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | serialize.hh | 230 if (!size) return hb_blob_get_empty (); in serialize()
|