Lines Matching defs:ccpr
36 CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {} in CCPRClip()
78 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr() function in CCPRPathDrawer
172 CCPRPathDrawer ccpr(skstd::exchange(mockContext, nullptr), reporter, doStroke); in run() local
199 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
239 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
260 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
315 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs()
360 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix& m) { in drawPathsAndFlush()
363 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush()
389 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) final { in onRun()
407 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
452 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
496 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
551 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
587 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
645 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
685 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
748 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
839 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
864 CCPRPathDrawer ccpr(sk_ref_sp(ctx), reporter, doStroke); in run() local