Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
33 * from the GrGeometryProcessor, so the GrGeometryProcessor must be able to support this
84 constexpr size_t sizeAlign4() const { return SkAlign4(this->size()); }
103 return *this;
106 this->skipUninitialized();
115 this->skipUninitialized();
178 * structs. In this case, it is best to assert that:
229 // GPs that need to use either float or ubyte colors can just call this to get a correctly
322 * Emits the code from this geometry processor into the shaders. For any FP in the pipeline that
342 * GrGeometryProcessor that created this ProgramImpl.
364 // into their key, and should use this function or one of the other related helpers.
415 // either be a float2 or a float3 (in order to handle perspective). The subclass sets this
421 // ProgramImpl automatically determines if this must be passed to a FS.
470 // The coordinate to be transformed. varying is computed from this.
583 // GCC fails because SK_ABORT evaluates to non constexpr. clang and cl.exe think this is