• Home
  • Raw
  • Download

Lines Matching defs:ccpr

40     CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {}  in CCPRClip()
80 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr() function in CCPRPathDrawer
175 CCPRPathDrawer ccpr(skstd::exchange(mockContext, nullptr), reporter, doStroke); in run() local
204 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
244 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
265 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
320 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs()
365 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix& m) { in drawPathsAndFlush()
368 void drawPathsAndFlush(CCPRPathDrawer& ccpr, const SkMatrix* matrices, int numMatrices) { in drawPathsAndFlush()
394 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) final { in onRun()
412 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
457 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
501 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
556 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
592 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
650 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
690 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
753 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr, in onRun()
844 void onRun(skiatest::Reporter* reporter, CCPRPathDrawer& ccpr) override { in onRun()
866 if (auto ccpr = ctx->priv().drawingManager()->getCoverageCountingPathRenderer()) { in run() local