Lines Matching refs:clippedBounds
34 mBounds = op->computedState.clippedBounds; in BatchBase()
42 if (rect.intersects(op->computedState.clippedBounds)) { in intersects()
72 mBounds.unionWith(op->computedState.clippedBounds); in batchOp()
132 if (intersects(op->computedState.clippedBounds)) return false; in canMergeWith()
156 const Rect& opBounds = op->computedState.clippedBounds; in canMergeWith()
184 mBounds.unionWith(op->computedState.clippedBounds); in mergeOp()
212 void LayerBuilder::locateInsertIndex(int batchId, const Rect& clippedBounds, in locateInsertIndex() argument
225 if (overBatch->intersects(clippedBounds)) { in locateInsertIndex()
247 && bakedState->computedState.clippedBounds.contains(repaintRect) in onDeferOp()
294 locateInsertIndex(batchId, op->computedState.clippedBounds, in deferUnmergeableOp()
323 locateInsertIndex(batchId, op->computedState.clippedBounds, in deferMergeableOp()