/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-ot-meta.c | 61 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 D | hb-subset-test.h | 90 …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 D | test-subset-drop-tables.c | 51 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 D | test-subset-repacker.c | 191 …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 D | test-ot-color.c | 413 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 D | test-blob.c | 63 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 D | test-get-table-tags.c | 117 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 D | main.cc | 55 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 D | test-ot-meta.cc | 58 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 D | hb-subset-plan.hh | 293 hb_blob_get_length (contents), in add_table() 294 hb_blob_get_length (source_blob)); in add_table()
|
H A D | hb-ot-var-cvar-table.hh | 152 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 D | test.cc | 47 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob)); in main()
|
H A D | hb-blob.h | 150 hb_blob_get_length (hb_blob_t *blob);
|
H A D | hb-uniscribe.cc | 431 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 D | hb-face-builder.cc | 102 face_length += hb_ceil_to_4 (hb_blob_get_length (info.data)); in _hb_face_builder_data_reference_blob()
|
H A D | hb-wasm-shape.cc | 176 unsigned length = hb_blob_get_length (wasm_blob); in _hb_wasm_shaper_face_data_create()
|
H A D | hb-blob.cc | 358 hb_blob_get_length (hb_blob_t *blob) in hb_blob_get_length() function
|
H A D | hb-graphite2.cc | 119 if (!hb_blob_get_length (silf_blob)) in _hb_graphite2_shaper_face_data_create()
|
H A D | hb-directwrite.cc | 204 hb_blob_get_length (blob)); in _hb_directwrite_shaper_face_data_create()
|
H A D | hb-cairo-utils.cc | 132 unsigned data_size = hb_blob_get_length (blob); in _hb_cairo_paint_glyph_image()
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | test-classdef-graph.cc | 44 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 D | hb-info.cc | 402 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 D | MinikinInternal.h | 75 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/ |
D | libharfbuzz_subset.so.toc | 62 57: FUNC GLOBAL DEFAULT UND hb_blob_get_length
|
/aosp_15_r20/external/harfbuzz_ng/docs/ |
H A D | harfbuzz-sections.txt | 32 hb_blob_get_length
|