Home
last modified time | relevance | path

Searched refs:hb_blob_create (Results 1 – 25 of 27) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-blob.cc84 hb_blob_create (const char *data, in hb_blob_create() function
156 blob = hb_blob_create (parent->data + offset, in hb_blob_create_sub_blob()
178 blob = hb_blob_create (blob->data, in hb_blob_copy_writable_or_fail()
566 return hb_blob_create (file->contents, file->length, in hb_blob_create_from_file()
626 return hb_blob_create (file->contents, file->length, in hb_blob_create_from_file()
670 return hb_blob_create (data, len, HB_MEMORY_MODE_WRITABLE, data, in hb_blob_create_from_file()
Dhb-gdi.cc49 return hb_blob_create ((const char *) buffer, length, HB_MEMORY_MODE_WRITABLE, buffer, free); in _hb_gdi_reference_table()
Dhb-blob.h68 hb_blob_create (const char *data,
Dhb-glib.cc402 return hb_blob_create ((const char *) data, in hb_glib_blob_create()
Dhb-ft.cc591 return hb_blob_create ((const char *) buffer, length, in _hb_ft_reference_table()
615 blob = hb_blob_create ((const char *) ft_face->stream->base, in hb_ft_face_create()
Dhb-face.cc663 return hb_blob_create (buf, face_length, HB_MEMORY_MODE_WRITABLE, buf, free); in _hb_face_builder_data_reference_blob()
Dhb-serialize.hh439 return hb_blob_create (b.arrayZ, b.length, in copy_blob()
Dhb-subset-cff2.cc599 *prime = hb_blob_create (cff2_prime_data, in _hb_subset_cff2()
Dhb-directwrite.cc936 return hb_blob_create ((const char *) data, length, HB_MEMORY_MODE_READONLY, in _hb_directwrite_reference_table()
Dhb-uniscribe.cc455 return hb_blob_create ((const char *) new_sfnt_data, new_length, in _hb_rename_font()
Dhb-coretext.cc75 return hb_blob_create (data, length, HB_MEMORY_MODE_READONLY, in _hb_cg_reference_table()
Dhb-ot-glyf-table.hh112 hb_blob_t * loca_blob = hb_blob_create (loca_prime_data, in _add_loca_and_head()
Dhb-subset-cff1.cc1095 *prime = hb_blob_create (cff_prime_data, in _hb_subset_cff1()
/external/harfbuzz_ng/test/api/
Dtest-blob.c55 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()
Dtest-font.c63 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()
Dtest-object.c36 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()
Dtest-shape.c119 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_shape()
/external/skia/src/pdf/
DSkPDFSubsetFont.cpp27 using blob_size_t = SkCallableTraits<decltype(hb_blob_create)>::argument<1>::type; in to_blob()
33 return HBBlob(hb_blob_create(blobData, blobSize, in to_blob()
/external/harfbuzz_ng/test/fuzzing/
Dhb-shape-fuzzer.cc12 hb_blob_t *blob = hb_blob_create ((const char *)data, size, in LLVMFuzzerTestOneInput()
Dhb-subset-fuzzer.cc69 hb_blob_t *blob = hb_blob_create ((const char *)data, size, in LLVMFuzzerTestOneInput()
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp48 hb_blob_t *blob = hb_blob_create(fontdata, fontsize, in runTest()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp57 blob.reset(hb_blob_create((char*)base, SkToUInt(size), in stream_to_blob()
64 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt23 hb_blob_create
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp241 return hb_blob_create(reinterpret_cast<char*>(rawData->writable_data()), rawData->size(), in skhb_get_table()
251 blob.reset(hb_blob_create((char*)base, SkToUInt(size), in stream_to_blob()
258 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
/external/harfbuzz_ng/
DNEWS2148 hb_blob_create() takes user_data before destroy now

12