Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
31 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4);
64 return this->base()->hasProperty(property);
68 return std::unique_ptr<Expression>(new Swizzle(&this->type(), this->base()->clone(),
69 this->components()));
73 String result = this->base()->description() + ".";
74 for (int x : this->components()) {
85 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4);