Home | History | Annotate | Download | only in ccpr

Lines Matching defs:clipPath

213     ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()];
214 if (clipPath.isUninitialized()) {
215 // This ClipPath was just created during lookup. Initialize it.
216 clipPath.init(proxyProvider, deviceSpacePath, accessRect, rtWidth, rtHeight);
218 clipPath.addAccess(accessRect);
221 bool mustCheckBounds = !clipPath.pathDevIBounds().contains(accessRect);
222 return skstd::make_unique<GrCCClipProcessor>(&clipPath, MustCheckBounds(mustCheckBounds),
226 void CCPR::ClipPath::init(GrProxyProvider* proxyProvider,
453 void CCPR::ClipPath::placePathInAtlas(GrCoverageCountingPathRenderer* ccpr,