/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-blob.c | 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() 194 fixture->blob = hb_blob_create (data, len, mm, fixture, free_func); in fixture_init()
|
H A D | test-font.c | 63 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_face_create() 89 return hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in get_table() 160 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in _test_fontfuncs_nil() 272 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_fontfuncs_subclassing() 402 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_fontfuncs_parallels() 469 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_font_properties()
|
H A D | test-object.c | 36 return hb_blob_create (data, sizeof (data), HB_MEMORY_MODE_READONLY, NULL, NULL); in create_blob() 41 return hb_blob_create (NULL, 0, HB_MEMORY_MODE_DUPLICATE, NULL, NULL); in create_blob_from_inert()
|
H A D | test-shape.c | 119 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_shape()
|
/aosp_15_r20/external/freetype/src/autofit/ |
H A D | ft-hb.c | 65 return hb_blob_create ((const char *) buffer, length, in hb_ft_reference_table_() 79 blob = hb_blob_create ((const char *) ft_face->stream->base, in hb_ft_face_create_()
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFSubsetFont.cpp | 34 blob.reset(hb_blob_create(const_cast<char*>(static_cast<const char*>(base)), SkToUInt(size), in stream_to_blob() 40 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-blob.cc | 69 hb_blob_create (const char *data, in hb_blob_create() function 180 blob = hb_blob_create (parent->data + offset, in hb_blob_create_sub_blob() 202 blob = hb_blob_create (blob->data, in hb_blob_copy_writable_or_fail()
|
H A D | hb-gdi.cc | 59 return hb_blob_create ((const char *) buffer, length, HB_MEMORY_MODE_WRITABLE, buffer, hb_free); in _hb_gdi_reference_table()
|
H A D | hb-blob.h | 87 hb_blob_create (const char *data,
|
H A D | hb-wasm-api-face.hh | 39 hb_blob_t *hb_blob = hb_blob_create( in HB_WASM_API()
|
H A D | hb-glib.cc | 223 return hb_blob_create ((const char *) data, in hb_glib_blob_create()
|
H A D | hb-ft.cc | 970 hb_blob_t *blob = hb_blob_create ((const char *) bitmap.buffer, in hb_ft_paint_glyph() 1103 return hb_blob_create ((const char *) buffer, length, in _hb_ft_reference_table() 1180 blob = hb_blob_create ((const char *) ft_face->stream->base, in hb_ft_face_create()
|
H A D | hb-face-builder.cc | 142 return hb_blob_create (buf, face_length, HB_MEMORY_MODE_WRITABLE, buf, hb_free); in _hb_face_builder_data_reference_blob()
|
H A D | hb-directwrite.cc | 837 return hb_blob_create ((const char *) data, length, HB_MEMORY_MODE_READONLY, in _hb_directwrite_reference_table()
|
H A D | hb-serialize.hh | 788 return hb_blob_create (b.arrayZ, b.length, in copy_blob()
|
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/ |
H A D | hb-shape-fuzzer.cc | 16 hb_blob_t *blob = hb_blob_create ((const char *)data, size, in LLVMFuzzerTestOneInput()
|
H A D | hb-subset-fuzzer.cc | 50 hb_blob_t *blob = hb_blob_create ((const char *) data, size, in LLVMFuzzerTestOneInput()
|
H A D | hb-draw-fuzzer.cc | 124 hb_blob_t *blob = hb_blob_create ((const char *) data, size, in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | glyf-helpers.hh | 110 hb_blob_t *loca_blob = hb_blob_create (loca_prime_data, in _add_loca_and_head()
|
/aosp_15_r20/frameworks/minikin/libs/minikin/ |
H A D | FontFileParser.cpp | 168 HbBlobUniquePtr blob(hb_blob_create(reinterpret_cast<const char*>(buffer), size, in makeHbFace()
|
H A D | Font.cpp | 246 HbBlobUniquePtr blob(hb_blob_create(buf, size, HB_MEMORY_MODE_READONLY, nullptr, nullptr)); in prepareFont()
|
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_subset/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libharfbuzz_subset.so.toc | 58 53: FUNC GLOBAL DEFAULT UND hb_blob_create
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 244 return hb_blob_create(reinterpret_cast<char*>(rawData->writable_data()), rawData->size(), in skhb_get_table() 254 blob.reset(hb_blob_create((const char*)base, SkToUInt(size), in stream_to_blob() 261 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
|
/aosp_15_r20/external/harfbuzz_ng/test/shape/data/aots/ |
H A D | hb-aots-tester.cpp | 70 hb_blob_t *blob = hb_blob_create(fontdata, fontsize, in runTest()
|
/aosp_15_r20/external/harfbuzz_ng/docs/ |
H A D | harfbuzz-sections.txt | 17 hb_blob_create
|