Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
64 bool operator==(const GrProcessorSet& that) const;
65 bool operator!=(const GrProcessorSet& that) const { return !(*this == that); }
131 * This new state requires that the caller respect the returned 'inputColorOverride'. This is
139 * that owns a processor set is recorded to ensure pending and writes are propagated to
171 explicit XP(XP&& that) : fProcessor(that.fProcessor) {
172 SkASSERT(fProcessor == that.fProcessor);
173 that.fProcessor = nullptr;