Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp649 SkPath postAllStyle; in init() local
666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
672 // strokerec not reflected in postAllStyle since it applied both the path effect in init()
674 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath)); in init()
676 // Make sure that postAllStyle sees any reductions/canonicalizations that in init()
678 GrStyledShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle); in init()
679 REPORTER_ASSERT(r, testPath == postAllStyle); in init()

Completed in 5 milliseconds