Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp368 SkStrokeRec postPEStrokeRec(SkStrokeRec::kFill_InitStyle); in init() local
369 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()
373 GrShape(postPathEffect, GrStyle(postPEStrokeRec, nullptr)).asPath(&postPathEffect); in init()
378 REPORTER_ASSERT(r, postPEStrokeRec.hasEqualEffect(fAppliedPE.style().strokeRec())); in init()