Home
last modified time | relevance | path

Searched refs:maskDevIBounds (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp89 SkIRect maskDevIBounds; in InternalMake() local
90 if (!maskDevIBounds.intersect(clipIBounds, shapeConservativeIBounds)) { in InternalMake()
96 maskDevIBounds, conservativeDevBounds, std::move(paint)); in InternalMake()
101 const SkIRect& maskDevIBounds, const SkRect& conservativeDevBounds, in GrCCDrawPathsOp() argument
105 , fDraws(m, shape, strokeDevWidth, shapeConservativeIBounds, maskDevIBounds, in GrCCDrawPathsOp()
124 const SkIRect& maskDevIBounds, const SkPMColor4f& color) in SingleDraw() argument
129 , fMaskDevIBounds(maskDevIBounds) in SingleDraw()
DGrCCDrawPathsOp.h78 const SkIRect& shapeConservativeIBounds, const SkIRect& maskDevIBounds,
88 const SkIRect& shapeConservativeIBounds, const SkIRect& maskDevIBounds,