Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp565 const Key& appliedPathEffectKey() const { return fAppliedPEKey; } in appliedPathEffectKey() function in __anoncdfd062c0111::TestCase
1225 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1236 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1343 REPORTER_ASSERT(reporter, peCase.appliedPathEffectKey().empty()); in test_make_hairline_path_effect()
1369 REPORTER_ASSERT(reporter, !SkToBool(volatileCase.appliedPathEffectKey().count())); in test_volatile_path()
1424 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1437 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1447 REPORTER_ASSERT(reporter, geoPEInvertCase.appliedPathEffectKey() == invertedEmptyKey); in test_path_effect_makes_empty_shape()
1457 REPORTER_ASSERT(reporter, geoPEInvertStrokeCase.appliedPathEffectKey() == invertedEmptyKey); in test_path_effect_makes_empty_shape()