Lines Matching refs:computedState
33 mBounds = op->computedState.clippedBounds; in BatchBase()
41 if (rect.intersects(op->computedState.clippedBounds)) { in intersects()
70 mBounds.unionWith(op->computedState.clippedBounds); in batchOp()
78 : BatchBase(batchId, op, true), mClipSideFlags(op->computedState.clipSideFlags) {} in MergingOpBatch()
126 if (intersects(op->computedState.clippedBounds)) return false; in canMergeWith()
139 if (lhs->computedState.localProjectionPathMask || in canMergeWith()
140 rhs->computedState.localProjectionPathMask) in canMergeWith()
149 const int newFlags = op->computedState.clipSideFlags; in canMergeWith()
151 const Rect& opBounds = op->computedState.clippedBounds; in canMergeWith()
182 mBounds.unionWith(op->computedState.clippedBounds); in mergeOp()
188 mClipSideFlags |= op->computedState.clipSideFlags; in mergeOp()
244 bakedState->computedState.opaqueOverClippedBounds && in onDeferOp()
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()