Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
387 std::unique_ptr<SkMemoryStream> that(this->duplicate());
388 that->seek(fOffset);
389 return that.release();
847 SkBlockMemoryStream* that = this->onDuplicate();
848 that->fCurrent = this->fCurrent;
849 that->fOffset = this->fOffset;
850 that->fCurrentOffset = this->fCurrentOffset;
851 return that;
942 // Shortcut that avoids the while loop.