Lines Matching refs:recordedOp
56 const RecordedOp& recordedOp, bool expandForStroke,
104 const RecordedOp& recordedOp);
107 const RecordedOp& recordedOp);
117 const RecordedOp& recordedOp,
125 const Rect& dstRect, const RecordedOp& recordedOp);
141 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, const RecordedOp& recordedOp, in BakedOpState() argument
143 : computedState(allocator, snapshot, recordedOp, expandForStroke, expandForPathTexture) in BakedOpState()
146 , op(&recordedOp) {} in BakedOpState()
149 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, const RecordedOp& recordedOp) in BakedOpState() argument
150 : computedState(allocator, snapshot, recordedOp.localMatrix, recordedOp.localClip) in BakedOpState()
153 , op(&recordedOp) {} in BakedOpState()
161 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) in BakedOpState() argument
165 , op(&recordedOp) {} in BakedOpState()