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.cc73 hb_blob_create (const char *data, in hb_blob_create() function
145 blob = hb_blob_create (parent->data + offset, in hb_blob_create_sub_blob()
167 blob = hb_blob_create (blob->data, in hb_blob_copy_writable_or_fail()
554 return hb_blob_create (file->contents, file->length, in hb_blob_create_from_file()
614 return hb_blob_create (file->contents, file->length, in hb_blob_create_from_file()
658 return hb_blob_create (data, len, HB_MEMORY_MODE_WRITABLE, data, in hb_blob_create_from_file()
Dhb-subset-glyf.cc267 *glyf_prime = hb_blob_create (glyf_prime_data, in _hb_subset_glyf_and_loca()
272 *loca_prime = hb_blob_create (loca_prime_data, in _hb_subset_glyf_and_loca()
Dhb-blob.h68 hb_blob_create (const char *data,
Dhb-ot-vorg-table.hh150 hb_blob_t *result = hb_blob_create ((const char *)dest, in subset()
Dhb-ot-hdmx-table.hh182 hb_blob_t *hdmx_prime_blob = hb_blob_create ((const char *) dest, in subset()
Dhb-glib.cc400 return hb_blob_create ((const char *) data, in hb_glib_blob_create()
Dhb-ot-hmtx-table.hh175 hb_blob_t *result = hb_blob_create ((const char *)dest, in subset()
Dhb-ft.cc566 return hb_blob_create ((const char *) buffer, length, in reference_table()
590 blob = hb_blob_create ((const char *) ft_face->stream->base, in hb_ft_face_create()
Dhb-face.cc661 return hb_blob_create (buf, face_length, HB_MEMORY_MODE_WRITABLE, buf, free); in _hb_face_builder_data_reference_blob()
Dhb-subset-cff2.cc594 *prime = hb_blob_create (cff2_prime_data, in _hb_subset_cff2()
Dhb-machinery.hh646 return hb_blob_create (this->start, in copy_blob()
Dhb-uniscribe.cc447 return hb_blob_create ((const char *) new_sfnt_data, new_length, in _hb_rename_font()
Dhb-ot-cmap-table.hh956 hb_blob_t *cmap_prime = hb_blob_create ((const char *) dest, in subset()
Dhb-coretext.cc90 return hb_blob_create (data, length, HB_MEMORY_MODE_READONLY, in reference_table()
/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()
163 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in _test_fontfuncs_nil()
275 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_fontfuncs_subclassing()
405 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_fontfuncs_parallels()
472 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.c95 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL); in test_shape()
/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.cc49 hb_blob_t *blob = hb_blob_create ((const char *)data, size, in LLVMFuzzerTestOneInput()
/external/skia/src/pdf/
DSkPDFSubsetFont.cpp25 return HBBlob(hb_blob_create((char*)data->data(), SkToUInt(data->size()), in to_blob()
/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/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp67 blob.reset(hb_blob_create((char*)base, SkToUInt(size), in stream_to_blob()
74 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
267 return hb_blob_create(reinterpret_cast<char*>(buffer), tableSize, in skhb_get_table()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt22 hb_blob_create

12