Home
last modified time | relevance | path

Searched refs:HB_SUBSET_FLAGS_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset.h70 HB_SUBSET_FLAGS_DEFAULT = 0x00000000u, enumerator
Dhb-subset-input.cc57 input->flags = HB_SUBSET_FLAGS_DEFAULT; in hb_subset_input_create_or_fail()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-subset-fuzzer.cc59 unsigned flags = HB_SUBSET_FLAGS_DEFAULT; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-subset.c101 g_assert (hb_subset_input_get_flags (input) == HB_SUBSET_FLAGS_DEFAULT); in test_subset_set_flags()