Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
30 // callbacks this object is deleted - removing the GrBackendTexture from VRAM.
89 // The way this works is:
90 // the original skp is converted to SkData and all its image info is extracted into this
91 // class and only indices into this class are left in the SkData
120 // Remove this class' refs on the promise images and the PromiseImageCallbackContexts
131 // This is the information extracted into this class from the parsing of the skp file.
152 SkASSERT(this->isYUV());
157 SkASSERT(!this->isYUV());
166 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1));
170 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1));
174 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1));
179 if (this->isYUV()) {
185 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1));
189 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1));