Searched refs:maskDevIBounds (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 91 SkIRect maskDevIBounds; in InternalMake() local 92 if (!maskDevIBounds.intersect(clipIBounds, shapeConservativeIBounds)) { in InternalMake() 98 maskDevIBounds, conservativeDevBounds, std::move(paint)); in InternalMake() 103 const SkIRect& maskDevIBounds, const SkRect& conservativeDevBounds, in GrCCDrawPathsOp() argument 107 , fDraws(m, shape, strokeDevWidth, shapeConservativeIBounds, maskDevIBounds, in GrCCDrawPathsOp() 116 if (!clippedDrawBounds.intersect(conservativeDevBounds, SkRect::Make(maskDevIBounds))) { in GrCCDrawPathsOp() 134 const SkIRect& maskDevIBounds, const SkPMColor4f& color) in SingleDraw() argument 139 , fMaskDevIBounds(maskDevIBounds) in SingleDraw()
|
D | GrCCDrawPathsOp.h | 84 const SkIRect& shapeConservativeIBounds, const SkIRect& maskDevIBounds, 95 const SkIRect& shapeConservativeIBounds, const SkIRect& maskDevIBounds,
|