Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp565 const Key& appliedPathEffectKey() const { return fAppliedPEKey; } in appliedPathEffectKey()
599 make_key(&fAppliedPEKey, *fAppliedPE); in init()
689 test_inversions(r, *fAppliedPE, fAppliedPEKey); in init()
699 Key fAppliedPEKey; member in __anoneec783380111::TestCase
708 REPORTER_ASSERT(reporter, fBaseKey != fAppliedPEKey); in testExpectations()
709 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedPEKey.count())); in testExpectations()
713 REPORTER_ASSERT(reporter, fAppliedPEKey != fAppliedFullKey); in testExpectations()
717 REPORTER_ASSERT(reporter, fBaseKey == fAppliedPEKey); in testExpectations()
736 REPORTER_ASSERT(r, fAppliedPEKey != that.fAppliedPEKey); in compare()
741 REPORTER_ASSERT(r, fAppliedPEKey != that.fAppliedPEKey); in compare()
[all …]