Lines Matching refs:clippedBounds
33 mBounds = op->computedState.clippedBounds; in BatchBase()
41 if (rect.intersects(op->computedState.clippedBounds)) { in intersects()
70 mBounds.unionWith(op->computedState.clippedBounds); in batchOp()
126 if (intersects(op->computedState.clippedBounds)) return false; in canMergeWith()
151 const Rect& opBounds = op->computedState.clippedBounds; in canMergeWith()
182 mBounds.unionWith(op->computedState.clippedBounds); in mergeOp()
210 void LayerBuilder::locateInsertIndex(int batchId, const Rect& clippedBounds, in locateInsertIndex() argument
223 if (overBatch->intersects(clippedBounds)) { in locateInsertIndex()
245 bakedState->computedState.clippedBounds.contains(repaintRect) && in onDeferOp()
291 locateInsertIndex(batchId, op->computedState.clippedBounds, (BatchBase**)(&targetBatch), in deferUnmergeableOp()
320 locateInsertIndex(batchId, op->computedState.clippedBounds, (BatchBase**)(&targetBatch), in deferMergeableOp()