Searched refs:clipIBounds (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 30 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in Make() argument 52 SkIRect cropBox = clipIBounds; in Make() 70 return InternalMake(context, clipIBounds, SkMatrix::I(), croppedDevShape, strokeDevWidth, in Make() 74 return InternalMake(context, clipIBounds, m, shape, strokeDevWidth, conservativeDevBounds, in Make() 79 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in InternalMake() argument 92 if (!maskDevIBounds.intersect(clipIBounds, shapeConservativeIBounds)) { in InternalMake()
|
D | GrCCPerFlushResources.cpp | 371 const SkIRect& clipIBounds, const SkMatrix& m, const GrShape& shape, float strokeDevWidth, in renderShapeInAtlas() argument 398 if (clipIBounds.contains(octoBounds->bounds())) { in renderShapeInAtlas() 400 } else if (octoBounds->clip(clipIBounds)) { in renderShapeInAtlas() 409 SkASSERT(clipIBounds.contains(*devIBounds)); in renderShapeInAtlas() 437 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument 448 if (clipIBounds.contains(devPathIBounds)) { in renderDeviceSpacePathInAtlas() 451 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas()
|
D | GrCCDrawPathsOp.h | 32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds, 77 const SkIRect& clipIBounds,
|
D | GrCCPerFlushResources.h | 90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth, 93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
|
D | GrCoverageCountingPathRenderer.cpp | 172 SkIRect clipIBounds; in onDrawPath() local 174 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &clipIBounds, nullptr); in onDrawPath() 176 auto op = GrCCDrawPathsOp::Make(args.fContext, clipIBounds, *args.fViewMatrix, *args.fShape, in onDrawPath()
|