Searched refs:hb_subset_or_fail (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset.c | 45 subset = hb_subset_or_fail (face, input); in test_subset_32_tables() 67 subset = hb_subset_or_fail (face, input); in test_subset_no_inf_loop() 88 subset = hb_subset_or_fail (face, input); in test_subset_crash()
|
D | test-subset-drop-tables.c | 45 hb_face_t* subset = hb_subset_or_fail (face, input); in test_subset_drop_tables()
|
D | hb-subset-test.h | 87 hb_face_t *subset = hb_subset_or_fail (source, input); in hb_subset_test_create_subset()
|
D | test-subset-hdmx.c | 85 subset = hb_subset_or_fail (face, input); in test_subset_hdmx_invalid()
|
D | test-subset-hmtx.c | 165 subset = hb_subset_or_fail (face, input); in test_subset_invalid_hmtx()
|
D | test-subset-glyf.c | 304 face_subset = hb_subset_or_fail (face, input); in test_subset_glyf_strip_hints_invalid()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset.h | 146 hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input);
|
D | hb-subset.cc | 346 hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) in hb_subset_or_fail() function
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-subset-fuzzer.cc | 26 hb_face_t *result = hb_subset_or_fail (face, input); in trySubset()
|
/third_party/skia/src/pdf/ |
D | SkPDFSubsetFont.cpp | 58 return HBFace(hb_subset_or_fail(face, input)); in Make()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 733 hb_subset_or_fail
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 110 new_face = hb_subset_or_fail (face, input); in operator ()()
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 55 +hb_subset_or_fail()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 25274 hb_subset_or_fail 43151 @@ -343,9 +345,33 @@ hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) 43188 @@ -353,7 +379,7 @@ hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) 43197 @@ -367,8 +393,5 @@ hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input) 43238 hb_subset_or_fail (hb_face_t *source, const hb_subset_input_t *input);
|