Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
26 this->~SkSourceGlyphBuffer();
27 new (this) SkSourceGlyphBuffer{source};
34 if (!this->sourceIsRejectBuffers()) {
36 // this one.
49 this->reject(index);
91 return *this;
96 return *this;
102 return *this;
118 operator SkPackedGlyphID() const { return this->packedID(); }
119 operator SkGlyph*() const { return this->glyph(); }
120 operator const SkPath*() const { return this->path(); }
220 for (auto [i, packedID, pos] : SkMakeEnumerate(this->input())) {