Home | History | Annotate | Download | only in hwui

Lines Matching refs:currentClipRect

275     Rect clip(mState.currentClipRect());
542 if (bounds.intersect(mState.currentClipRect())) {
1100 if (CC_LIKELY(!bounds.isEmpty() && bounds.intersect(mState.currentClipRect()))) {
1162 const Rect& currentClip = mState.currentClipRect();
1249 Rect clip(mState.currentClipRect());
1503 DeferredDisplayList deferredList(mState.currentClipRect(), avoidOverdraw);
1838 Rect clip(mState.currentClipRect());
2263 const Rect* clip = !pureTranslate ? nullptr : &mState.currentClipRect();