Searched refs:clippedDrawBounds (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrAppliedClip.h | 38 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/ |
D | GrAppliedClip.h | 38 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/ |
D | GrCCPathCache.cpp | 163 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix, SkIVector* maskShift) { in find() argument 243 entry->fHitRect.join(clippedDrawBounds.makeOffset(-maskShift->x(), -maskShift->y())); in find()
|
D | GrCCPathCache.h | 109 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 163 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix, SkIVector* maskShift) { in find() argument 243 entry->fHitRect.join(clippedDrawBounds.makeOffset(-maskShift->x(), -maskShift->y())); in find()
|
D | GrCCPathCache.h | 109 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix,
|