Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
77 bool isArray() const { return SkToBool(this->flags & kArray_Flag); }
218 // provide an SkData of this size, containing values for all of those variables.
301 // Copy 'val' to this variable. No type conversion is performed - 'val' must be same
304 // builds will abort. If this is the result of querying a missing variable, fVar will
317 return *this;
332 return *this;
362 return *this;
371 return *this;
380 BuilderUniform uniform(const char* name) { return { this, fEffect->findUniform(name) }; }
383 return { this, child };
419 * NOTE: Like SkRuntimeEffect, this API is experimental and subject to change!