Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A 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()
H A 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()
H A 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()
H A Dtest-shape.c119 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 Dft-hb.c65 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 DSkPDFSubsetFont.cpp34 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 Dhb-blob.cc69 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 Dhb-gdi.cc59 return hb_blob_create ((const char *) buffer, length, HB_MEMORY_MODE_WRITABLE, buffer, hb_free); in _hb_gdi_reference_table()
H A Dhb-blob.h87 hb_blob_create (const char *data,
H A Dhb-wasm-api-face.hh39 hb_blob_t *hb_blob = hb_blob_create( in HB_WASM_API()
H A Dhb-glib.cc223 return hb_blob_create ((const char *) data, in hb_glib_blob_create()
H A Dhb-ft.cc970 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 Dhb-face-builder.cc142 return hb_blob_create (buf, face_length, HB_MEMORY_MODE_WRITABLE, buf, hb_free); in _hb_face_builder_data_reference_blob()
H A Dhb-directwrite.cc837 return hb_blob_create ((const char *) data, length, HB_MEMORY_MODE_READONLY, in _hb_directwrite_reference_table()
H A Dhb-serialize.hh788 return hb_blob_create (b.arrayZ, b.length, in copy_blob()
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/
H A Dhb-shape-fuzzer.cc16 hb_blob_t *blob = hb_blob_create ((const char *)data, size, in LLVMFuzzerTestOneInput()
H A Dhb-subset-fuzzer.cc50 hb_blob_t *blob = hb_blob_create ((const char *) data, size, in LLVMFuzzerTestOneInput()
H A Dhb-draw-fuzzer.cc124 hb_blob_t *blob = hb_blob_create ((const char *) data, size, in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dglyf-helpers.hh110 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 DFontFileParser.cpp168 HbBlobUniquePtr blob(hb_blob_create(reinterpret_cast<const char*>(buffer), size, in makeHbFace()
H A DFont.cpp246 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/
Dlibharfbuzz_subset.so.toc58 53: FUNC GLOBAL DEFAULT UND hb_blob_create
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp244 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 Dhb-aots-tester.cpp70 hb_blob_t *blob = hb_blob_create(fontdata, fontsize, in runTest()
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt17 hb_blob_create

12