Home
last modified time | relevance | path

Searched refs:aaPathElement (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrClipStackTest.cpp1779 const ClipStack::Element& aaPathElement = *elements; in DEF_TEST() local
1780 REPORTER_ASSERT(r, aaPathElement.fShape.isPath(), "Expected path element"); in DEF_TEST()
1781 REPORTER_ASSERT(r, aaPathElement.fShape.path() == nonAAPath, "Wrong path element"); in DEF_TEST()
1782 REPORTER_ASSERT(r, aaPathElement.fAA == GrAA::kYes, "Path element not promoted to AA"); in DEF_TEST()

Completed in 4 milliseconds