Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp566 const Key& appliedFullStyleKey() const { return fAppliedFullKey; } in appliedFullStyleKey()
601 make_key(&fAppliedFullKey, *fAppliedFull); in init()
609 REPORTER_ASSERT(r, fAppliedPEThenStrokeKey == fAppliedFullKey); in init()
690 test_inversions(r, *fAppliedFull, fAppliedFullKey); in init()
701 Key fAppliedFullKey; member in __anoneec783380111::TestCase
710 REPORTER_ASSERT(reporter, fBaseKey != fAppliedFullKey); in testExpectations()
711 REPORTER_ASSERT(reporter, expectations.fPEHasValidKey == SkToBool(fAppliedFullKey.count())); in testExpectations()
713 REPORTER_ASSERT(reporter, fAppliedPEKey != fAppliedFullKey); in testExpectations()
714 REPORTER_ASSERT(reporter, SkToBool(fAppliedFullKey.count())); in testExpectations()
723 REPORTER_ASSERT(reporter, fBaseKey != fAppliedFullKey); in testExpectations()
[all …]