Home | History | Annotate | Download | only in hwui

Lines Matching defs:mBounds

66         mBounds.unionWith(op->state.mBounds);
71 if (!rect.intersects(mBounds)) return false;
74 if (rect.intersects(mOps[i]->state.mBounds)) {
77 mOps[i]->state.mBounds.left, mOps[i]->state.mBounds.top,
78 mOps[i]->state.mBounds.right, mOps[i]->state.mBounds.bottom);
105 Rect& bounds = mOps[i]->state.mBounds;
123 Rect mBounds;
156 if (intersects(op->state.mBounds)) return false;
206 status_t status = op->multiDraw(renderer, dirty, mOps, mBounds);
209 renderer.drawScreenSpaceColorRect(mBounds.left, mBounds.top, mBounds.right, mBounds.bottom,
428 if (op->state.mBounds.isEmpty()) {
467 if (overBatch->intersects(op->state.mBounds)) {