Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; }
20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); }
31 SkIRect& addWindow(const SkIRect& window) { return this->addWindow() = window; }
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); }
64 SkSafeUnref(this->rec());
69 SkSafeUnref(this->rec());
76 return *this;
81 return *this;
93 windows[i] = this->data()[i].makeOffset(dx, dy);
120 return !fCount || !memcmp(this->data(), that.data(), sizeof(SkIRect) * fCount);