Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
67 * case of a rectangle, this would return 1, and an empty region would
77 * a rect, this would return 1, and an empty region would return 0.
116 return (SkRegion::RunType*)(this + 1);
120 return (const SkRegion::RunType*)(this + 1);
124 RunHead* writable = this;
129 memcpy(writable->writable_runs(), this->readonly_runs(),
133 // If we own the last reference at this point, we need to
136 sk_free(this);
168 * and so this routine never returns nullptr.
173 const RunType* runs = this->readonly_runs();
181 // If we hit this, we've walked off the region, and our bounds check
194 RunType* runs = this->writable_runs();
242 int runCount = SkToInt(runs - this->writable_runs() + 1);