Lines Matching refs:fClipPath
25 , fClipPath(std::move(clipPath)) in GrCCClipProcessor()
27 auto view = make_view(caps, fClipPath->atlasLazyProxy()); in GrCCClipProcessor()
35 , fClipPath(that.fClipPath) in GrCCClipProcessor()
45 const SkPath& clipPath = fClipPath->deviceSpacePath(); in onGetGLSLProcessorKey()
53 return that.fClipPath->deviceSpacePath().getGenerationID() == in onIsEqual()
54 fClipPath->deviceSpacePath().getGenerationID() && in onIsEqual()
55 that.fClipPath->deviceSpacePath().getFillType() == in onIsEqual()
56 fClipPath->deviceSpacePath().getFillType() && in onIsEqual()
95 if (proc.fClipPath->deviceSpacePath().isInverseFillType()) { in emitCode()
109 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); in onSetData()
113 const SkIVector& trans = proc.fClipPath->atlasTranslate(); in onSetData()