Home
last modified time | relevance | path

Searched refs:hb_subset (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drun-repack-tests.py26 global hb_subset, process
27 print (hb_subset + ' ' + " ".join(command))
89 hb_subset, args = args[0], args[1:] variable
96 process = subprocess.Popen ([hb_subset, '--batch'],
Drun-tests.py26 global hb_subset, process
27 print (hb_subset + ' ' + " ".join(command))
125 hb_subset, args = args[0], args[1:] variable
132 process = subprocess.Popen ([hb_subset, '--batch'],
Dgenerate-expected-outputs.py46 hb_subset,
72 hb_subset, args = args[0], args[1:] variable
Dmeson.build68 hb_subset,
86 hb_subset,
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset.c45 subset = hb_subset (face, input); in test_subset_32_tables()
67 subset = hb_subset (face, input); in test_subset_no_inf_loop()
89 subset = hb_subset (face, input); in test_subset_crash()
Dtest-subset-drop-tables.c45 hb_face_t* subset = hb_subset (face, input); in test_subset_drop_tables()
Dhb-subset-test.h81 hb_face_t *subset = hb_subset (source, input); in hb_subset_test_create_subset()
Dtest-subset-hdmx.c85 subset = hb_subset (face, input); in test_subset_hdmx_invalid()
/third_party/harfbuzz/test/api/
Dtest-subset.c45 subset = hb_subset (face, input); in test_subset_32_tables()
67 subset = hb_subset (face, input); in test_subset_no_inf_loop()
89 subset = hb_subset (face, input); in test_subset_crash()
Dtest-subset-drop-tables.c45 hb_face_t* subset = hb_subset (face, input); in test_subset_drop_tables()
Dhb-subset-test.h86 hb_face_t *subset = hb_subset (source, input); in hb_subset_test_create_subset()
Dtest-subset-hdmx.c85 subset = hb_subset (face, input); in test_subset_hdmx_invalid()
/third_party/skia/third_party/externals/harfbuzz/util/
Dmeson.build39 hb_subset = executable('hb-subset', hb_subset_cli_sources, variable
57 hb_subset = disabler() variable
/third_party/harfbuzz/util/
Dmeson.build48 hb_subset = executable('hb-subset', hb_subset_cli_sources, variable
66 hb_subset = disabler() variable
Dhb-subset.cc101 hb_face_t *new_face = hb_subset (face, input); in finish()
/third_party/harfbuzz/test/subset/
Dmeson.build49 hb_subset,
67 hb_subset,
Drun-repack-tests.py42 cli_args = [hb_subset,
83 hb_subset, args = args[0], args[1:] variable
Drun-tests.py46 cli_args = [hb_subset,
114 hb_subset, args = args[0], args[1:] variable
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/
Drun-tests.py66 cli_args = [hb_subset,
130 hb_subset, args = args[0], args[1:] variable
/third_party/skia/src/pdf/
DSkPDFSubsetFont.cpp65 decltype(hb_subset(std::declval<hb_face_t*>(), std::declval<T>()))
75 return HBFace(hb_subset(face, input)); in Make()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset.h83 hb_subset (hb_face_t *source, hb_subset_input_t *input);
/third_party/harfbuzz/src/
Dhb-subset.h92 hb_subset (hb_face_t *source, hb_subset_input_t *input);
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-subset-fuzzer.cc34 hb_face_t *result = hb_subset (face, input); in trySubset()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc94 hb_face_t *new_face = hb_subset (face, input); in finish()
/third_party/harfbuzz/test/fuzzing/
Dhb-subset-fuzzer.cc34 hb_face_t *result = hb_subset (face, input); in trySubset()

12