Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-set.c975 check_set_operations(hb_bool_t a_has_x, in check_set_operations() argument
986 hb_set_t* a = prepare_set (a_has_x, a_inverted, a_has_page, a_is_null); in check_set_operations()
997 should_have_x = (a_has_x || b_has_x) && !a_is_null; in check_set_operations()
1003 should_have_x = (a_has_x && b_has_x) && !a_is_null; in check_set_operations()
1009 should_have_x = (a_has_x && !b_has_x) && !a_is_null; in check_set_operations()
1015 should_have_x = (a_has_x ^ b_has_x) && !a_is_null; in check_set_operations()
1025 a_has_x ? "{13}" : "{} ", in check_set_operations()
1044 for (hb_bool_t a_has_x = 0; a_has_x <= 1; a_has_x++) { in test_set_inverted_operations() local
1048 for (hb_bool_t a_has_page = 0; a_has_page <= !(a_has_x ^ a_inverted); a_has_page++) { in test_set_inverted_operations()
1050 …for (hb_bool_t a_is_null = 0; a_is_null <= (!a_has_x && !a_has_page && !a_inverted); a_is_null++) { in test_set_inverted_operations()
[all …]