Lines Matching refs:mBounds
1423 if (!state.mBounds.isEmpty()) {
1424 currentMatrix.mapRect(state.mBounds);
1425 Rect clippedBounds(state.mBounds);
1436 if (!currentClip.contains(state.mBounds)) {
1439 if (currentClip.left > state.mBounds.left) flags |= kClipSide_Left;
1440 if (currentClip.top > state.mBounds.top) flags |= kClipSide_Top;
1441 if (currentClip.right < state.mBounds.right) flags |= kClipSide_Right;
1442 if (currentClip.bottom < state.mBounds.bottom) flags |= kClipSide_Bottom;
1444 state.mBounds.set(clippedBounds);
1449 state.mBounds.set(currentClip);