Home
last modified time | relevance | path

Searched refs:hb_blob_get_length (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-ot-meta.c61 g_assert_cmpint (hb_blob_get_length (dlng), ==, 8); in test_ot_meta_reference_entry()
65 g_assert_cmpint (hb_blob_get_length (fslf), ==, 12); in test_ot_meta_reference_entry()
68 g_assert_cmpint (hb_blob_get_length (nacl), ==, 0); in test_ot_meta_reference_entry()
71 g_assert_cmpint (hb_blob_get_length (slng), ==, 11); in test_ot_meta_reference_entry()
H A Dhb-subset-test.h90 …ed %d bytes, actual %d bytes\n", HB_UNTAG(table), hb_blob_get_length(expected_blob), hb_blob_get_l… in hb_subset_test_check()
92 if (hb_blob_get_length (expected_blob) != 0 || in hb_subset_test_check()
93 hb_blob_get_length (actual_blob) != 0) in hb_subset_test_check()
H A Dtest-subset-drop-tables.c51 g_assert (!hb_blob_get_length (hdmx)); in test_subset_drop_tables()
52 g_assert (!hb_blob_get_length (hmtx)); in test_subset_drop_tables()
53 g_assert ( hb_blob_get_length (cmap)); in test_subset_drop_tables()
H A Dtest-subset-repacker.c191 …f(stderr, "expected %d bytes, actual %d bytes\n", hb_blob_get_length(expected_blob), hb_blob_get_l… in test_hb_repack_with_cy_struct()
193 if (hb_blob_get_length (expected_blob) != 0 || in test_hb_repack_with_cy_struct()
194 hb_blob_get_length (result) != 0) in test_hb_repack_with_cy_struct()
H A Dtest-ot-color.c413 g_assert (hb_blob_get_length (blob) == 0); in test_hb_ot_color_svg()
423 g_assert (hb_blob_get_length (blob) == 0); in test_hb_ot_color_svg()
445 g_assert (hb_blob_get_length (blob) == 0); in test_hb_ot_color_png()
462 g_assert (hb_blob_get_length (blob) == 0); in test_hb_ot_color_png()
H A Dtest-blob.c63 len = hb_blob_get_length (blob); in test_blob_empty()
217 len = hb_blob_get_length (b); in test_blob()
288 len = hb_blob_get_length (b); in test_blob_subblob()
H A Dtest-get-table-tags.c117 hb_blob_get_length (blob), in test_get_table_tags_ft()
143 hb_blob_get_length (blob), in test_get_table_tags_ct()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dmain.cc55 if (hb_blob_get_length (blob) == 0) continue; in svg_dump()
89 unsigned blob_length = hb_blob_get_length (blob); in png_dump()
102 unsigned new_blob_length = hb_blob_get_length (blob); in png_dump()
110 if (hb_blob_get_length (blob) == 0) continue; in png_dump()
523 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob)); in main()
H A Dtest-ot-meta.cc58 HB_UNTAG (tags[i]), hb_blob_get_length (entry), in main()
59 (int) hb_blob_get_length (entry), hb_blob_get_data (entry, nullptr)); in main()
H A Dhb-subset-plan.hh293 hb_blob_get_length (contents), in add_table()
294 hb_blob_get_length (source_blob)); in add_table()
H A Dhb-ot-var-cvar-table.hh152 unsigned point_count = hb_blob_get_length (cvt_blob) / FWORD::static_size; in subset()
183 unsigned cvt_blob_length = hb_blob_get_length (cvt_prime_blob); in add_cvt_and_apply_deltas()
H A Dtest.cc47 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob)); in main()
H A Dhb-blob.h150 hb_blob_get_length (hb_blob_t *blob);
H A Dhb-uniscribe.cc431 if (unlikely (!hb_blob_get_length (blob))) in _hb_uniscribe_shaper_face_data_create()
443 hb_blob_get_length (blob), in _hb_uniscribe_shaper_face_data_create()
H A Dhb-face-builder.cc102 face_length += hb_ceil_to_4 (hb_blob_get_length (info.data)); in _hb_face_builder_data_reference_blob()
H A Dhb-wasm-shape.cc176 unsigned length = hb_blob_get_length (wasm_blob); in _hb_wasm_shaper_face_data_create()
H A Dhb-blob.cc358 hb_blob_get_length (hb_blob_t *blob) in hb_blob_get_length() function
H A Dhb-graphite2.cc119 if (!hb_blob_get_length (silf_blob)) in _hb_graphite2_shaper_face_data_create()
H A Dhb-directwrite.cc204 hb_blob_get_length (blob)); in _hb_directwrite_shaper_face_data_create()
H A Dhb-cairo-utils.cc132 unsigned data_size = hb_blob_get_length (blob); in _hb_cairo_paint_glyph_image()
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dtest-classdef-graph.cc44 unsigned size = hb_blob_get_length(blob); in actual_class_def_size()
72 unsigned size = hb_blob_get_length(blob); in actual_coverage_size()
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhb-info.cc402 bool ret = hb_blob_get_length (blob); in _has_blob()
596 (int) hb_blob_get_length (blob), in _get_meta()
798 printf ("%c%c%c%c %8u bytes\n", HB_UNTAG (tag), hb_blob_get_length (blob)); in _list_tables()
1415 (int) hb_blob_get_length (blob), in _list_meta()
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DMinikinInternal.h75 inline size_t size() const { return (size_t)hb_blob_get_length(mBlob.get()); } in size()
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_subset/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_subset.so.toc62 57: FUNC GLOBAL DEFAULT UND hb_blob_get_length
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt32 hb_blob_get_length

12