Lines Matching refs:this

4  * Use of this source code is governed by a BSD-style license that can be
173 * This is similar to DecodeTo[Raster,Texture], but this method will attempt to defer the
297 @param colorSpace This describes the color space of this image's contents, as
332 this should usually be set to kOpaque_SkAlphaType.
333 @param colorSpace This describes the color space of this image's contents, as
431 from this space into the destination space (if the destination is tagged).
433 Currently, this is only supported using the GPU backend and will fail if context is nullptr.
435 SkYUVAPixmaps does not need to remain valid after this returns.
639 SkImage. The smart pointer tracks the number of objects sharing this
667 bool isOpaque() const { return SkAlphaTypeIsOpaque(this->alphaType()); }
677 return this->makeShader(tmx, tmy, sampling, &lm);
680 return this->makeShader(SkTileMode::kClamp, SkTileMode::kClamp, sampling, &lm);
684 return this->makeShader(SkTileMode::kClamp, SkTileMode::kClamp, sampling, lm);
732 have the same context ID as the context backing the image then this is a no-op.
735 passed GrDirectContext then this is a no-op unless the GrFlushInfo contains semaphores or
743 void flush(GrDirectContext* context) const { this->flush(context, {}); }
905 other cases this operates synchronously.
915 nullptr for AsyncReadResult. For a GPU image this flushes work but a submit must occur to
941 rectangle. The y, u, and v values are single bytes. Currently this fails if 'dstSize'
947 Upon failure the callback is called with nullptr for AsyncReadResult. For a GPU image this
1046 /** Returns subset of this image.
1053 If this image is texture-backed, the context parameter is required and must match the
1071 * Returns an image with the same "base" pixels as the this image, but with mipmap levels
1086 mipMapped is compatible with the backing GPU texture. SkBudgeted is ignored in this case.
1226 If this image is texture-backed, the context parameter is required and must match the
1244 If this image is texture-backed, the context parameter is required and must match the
1256 /** Creates a new SkImage identical to this one, but with a different SkColorSpace.