Lines Matching refs:fPath
37 CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {} in CCPRClip()
42 out->addCoverageFP(fCCPR->makeClipProcessor(rtc->priv().testingOnly_getOpListID(), fPath, in apply()
57 const SkPath fPath; member in CCPRClip
178 fPath.moveTo(0, 0); in run()
179 fPath.cubicTo(50, 50, 0, 50, 50, 0); in run()
189 SkPath fPath; member in CCPRTest
201 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
205 ccpr.drawPath(fPath); in onRun()
207 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
209 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
213 ccpr.clipFullscreenRect(fPath); in onRun()
215 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
217 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
221 ccpr.drawPath(fPath); in onRun()
222 ccpr.clipFullscreenRect(fPath); in onRun()
224 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
227 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
241 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
244 ccpr.drawPath(fPath); in onRun()
245 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
247 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
251 ccpr.drawPath(fPath); in onRun()
252 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
254 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
262 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
841 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()
844 ccpr.drawPath(fPath); in onRun()
852 REPORTER_ASSERT(reporter, !SkPathPriv::TestingOnly_unique(fPath)); in onRun()
854 REPORTER_ASSERT(reporter, SkPathPriv::TestingOnly_unique(fPath)); in onRun()