Home | History | Annotate | Download | only in hwui

Lines Matching refs:currentClip

1162     const Rect& currentClip = mState.currentClipRect();
1174 if (!clippedBounds.intersect(currentClip)) {
1180 if (!currentClip.contains(state.mBounds)) {
1183 if (currentClip.left > state.mBounds.left) flags |= kClipSide_Left;
1184 if (currentClip.top > state.mBounds.top) flags |= kClipSide_Top;
1185 if (currentClip.right < state.mBounds.right) flags |= kClipSide_Right;
1186 if (currentClip.bottom < state.mBounds.bottom) flags |= kClipSide_Bottom;
1193 state.mBounds.set(currentClip);
1199 state.mClip.set(currentClip);