Home | History | Annotate | Download | only in hwui

Lines Matching refs:mBounds

73         mBounds.unionWith(state->mBounds);
79 if (!rect.intersects(mBounds)) return false;
82 if (rect.intersects(mOps[i].state->mBounds)) {
85 mOps[i].state->mBounds.left, mOps[i].state->mBounds.top,
86 mOps[i].state->mBounds.right, mOps[i].state->mBounds.bottom);
110 const Rect& bounds = state->mBounds;
124 if (CC_LIKELY(!mAllOpsOpaque || !mBounds.contains(bounds) || count() == 1)) return false;
128 const Rect &r = mOps[i].state->mBounds;
140 Rect mBounds; // union of bounds of contained ops
188 if (intersects(state->mBounds)) return false;
208 const Rect& opBounds = state->mBounds;
209 float boundsDelta = mBounds.left - opBounds.left;
211 boundsDelta = mBounds.top - opBounds.top;
215 boundsDelta = opBounds.right - mBounds.right;
217 boundsDelta = opBounds.bottom - mBounds.bottom;
268 op->multiDraw(renderer, dirty, mOps, mBounds);
271 renderer.drawScreenSpaceColorRect(mBounds.left, mBounds.top, mBounds.right, mBounds.bottom,
474 if (op->getLocalBounds(state->mBounds)) {
475 if (state->mBounds.isEmpty()) {
481 state->mBounds.setEmpty();
503 deferInfo.opaqueOverBounds && state->mBounds.contains(mBounds)) {
524 if (state->mBounds.isEmpty()) {
563 if (overBatch->intersects(state->mBounds)) {
650 if (mBatches[i] && mBatches[i]->coversBounds(mBounds)) {