Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-set.c980 hb_bool_t b_inverted, in check_set_operations() argument
987 hb_set_t* b = prepare_set (b_has_x, b_inverted, b_has_page, b_is_null); in check_set_operations()
1027 b_inverted ? "i" : " ", in check_set_operations()
1047 for (hb_bool_t b_inverted = 0; b_inverted <= 1; b_inverted++) { in test_set_inverted_operations() local
1049 for (hb_bool_t b_has_page = 0; b_has_page <= !(b_has_x ^ b_inverted); b_has_page++) { in test_set_inverted_operations()
1051 …for (hb_bool_t b_is_null = 0; b_is_null <= (!b_has_x && !b_has_page && !b_inverted); b_is_null++) { in test_set_inverted_operations()
1054 … b_has_x, b_inverted, b_has_page, b_is_null, in test_set_inverted_operations()