Home
last modified time | relevance | path

Searched refs:clippedDrawBounds (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrAppliedClip.h38 bool addScissor(const SkIRect& irect, SkRect* clippedDrawBounds) { in addScissor() argument
39 return fScissorState.intersect(irect) && clippedDrawBounds->intersect(SkRect::Make(irect)); in addScissor()
/external/skia/src/gpu/
DGrAppliedClip.h38 bool addScissor(const SkIRect& irect, SkRect* clippedDrawBounds) { in addScissor() argument
39 return fScissorState.intersect(irect) && clippedDrawBounds->intersect(SkRect::Make(irect)); in addScissor()
/external/skia/src/gpu/ccpr/
DGrCCPathCache.cpp163 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix, SkIVector* maskShift) { in find() argument
243 entry->fHitRect.join(clippedDrawBounds.makeOffset(-maskShift->x(), -maskShift->y())); in find()
DGrCCPathCache.h109 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix,
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp163 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix, SkIVector* maskShift) { in find() argument
243 entry->fHitRect.join(clippedDrawBounds.makeOffset(-maskShift->x(), -maskShift->y())); in find()
DGrCCPathCache.h109 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix,