Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A 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()
H A 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()
H A DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
77 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCDrawPathsOp.cpp31 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in Make() argument
53 SkIRect cropBox = clipIBounds; in Make()
71 return InternalMake(context, clipIBounds, SkMatrix::I(), croppedDevShape, strokeDevWidth, in Make()
75 return InternalMake(context, clipIBounds, m, shape, strokeDevWidth, conservativeDevBounds, in Make()
80 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in InternalMake() argument
93 if (!maskDevIBounds.intersect(clipIBounds, shapeConservativeIBounds)) { in InternalMake()
H A DGrCCPerFlushResources.cpp370 const SkIRect& clipIBounds, const SkMatrix& m, const GrShape& shape, float strokeDevWidth, in renderShapeInAtlas() argument
397 if (clipIBounds.contains(octoBounds->bounds())) { in renderShapeInAtlas()
399 } else if (octoBounds->clip(clipIBounds)) { in renderShapeInAtlas()
408 SkASSERT(clipIBounds.contains(*devIBounds)); in renderShapeInAtlas()
436 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument
447 if (clipIBounds.contains(devPathIBounds)) { in renderDeviceSpacePathInAtlas()
450 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas()
H A DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
82 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h91 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
94 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A 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()
H A 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()
H A DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
77 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A 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()
H A 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()
H A DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
77 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCDrawPathsOp.cpp29 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in Make() argument
51 SkIRect cropBox = clipIBounds; in Make()
69 return InternalMake(context, clipIBounds, SkMatrix::I(), croppedDevShape, strokeDevWidth, in Make()
73 return InternalMake(context, clipIBounds, m, shape, strokeDevWidth, conservativeDevBounds, in Make()
78 GrRecordingContext* context, const SkIRect& clipIBounds, const SkMatrix& m, in InternalMake() argument
91 if (!maskDevIBounds.intersect(clipIBounds, shapeConservativeIBounds)) { in InternalMake()
H A DGrCCPerFlushResources.cpp364 const SkIRect& clipIBounds, const SkMatrix& m, const GrStyledShape& shape, in renderShapeInAtlas() argument
392 if (clipIBounds.contains(octoBounds->bounds())) { in renderShapeInAtlas()
394 } else if (octoBounds->clip(clipIBounds)) { in renderShapeInAtlas()
403 SkASSERT(clipIBounds.contains(*devIBounds)); in renderShapeInAtlas()
431 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument
442 if (clipIBounds.contains(devPathIBounds)) { in renderDeviceSpacePathInAtlas()
445 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas()
H A DGrCCDrawPathsOp.h32 static GrOp::Owner Make(GrRecordingContext*, const SkIRect& clipIBounds,
83 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h94 const SkIRect& clipIBounds, const SkMatrix&, const GrStyledShape&, float strokeDevWidth,
97 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A 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()
H A 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()
H A DGrCCDrawPathsOp.h32 static std::unique_ptr<GrCCDrawPathsOp> Make(GrRecordingContext*, const SkIRect& clipIBounds,
77 const SkIRect& clipIBounds,
H A DGrCCPerFlushResources.h90 const SkIRect& clipIBounds, const SkMatrix&, const GrShape&, float strokeDevWidth,
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,

12