Lines Matching refs:emptyKey
1389 Key emptyKey; in test_path_effect_makes_empty_shape() local
1390 make_key(&emptyKey, emptyShape); in test_path_effect_makes_empty_shape()
1399 REPORTER_ASSERT(reporter, invertedEmptyKey != emptyKey); in test_path_effect_makes_empty_shape()
1404 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape()
1405 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1406 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectThenStrokeKey() == emptyKey); in test_path_effect_makes_empty_shape()
1417 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape()
1418 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1419 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectThenStrokeKey() == emptyKey); in test_path_effect_makes_empty_shape()
1527 Key emptyKey(fillEmptyCase.baseKey()); in DEF_TEST() local
1528 REPORTER_ASSERT(reporter, emptyKey.count()); in DEF_TEST()