• Home
  • Raw
  • Download

Lines Matching defs:ccpr

37     CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {}  in CCPRClip()
79 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr() function in CCPRPathDrawer
173 CCPRPathDrawer ccpr(skstd::exchange(mockContext, nullptr), reporter, doStroke); in run() local
200 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
240 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
261 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
316 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs()
361 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix& m) { in drawPathsAndFlush()
364 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush()
390 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) final { in onRun()
408 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
453 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
497 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
552 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
588 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
646 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
686 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
749 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
840 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
865 CCPRPathDrawer ccpr(sk_ref_sp(ctx), reporter, doStroke); in run() local