Home
last modified time | relevance | path

Searched refs:clipIBounds (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp30 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()
DGrCCPerFlushResources.cpp371 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()
DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
77 const SkIRect& clipIBounds,
DGrCCPerFlushResources.h90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
DGrCoverageCountingPathRenderer.cpp172 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()