Searched defs:getROPixels (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkSpecialImage.cpp95 // in which case getROPixels could turn into peekPixels...
96 if (!this->getROPixels(&bmp)) {
131 bool SkSpecialImage::getROPixels(SkBitmap* bm) const { function in class:SkSpecialImage
202 if (as_IB(image)->getROPixels(&bm, dstColorSpace)) {
/external/skqp/src/core/
H A DSkSpecialImage.cpp94 // in which case getROPixels could turn into peekPixels...
95 if (!this->getROPixels(&bmp)) {
131 bool SkSpecialImage::getROPixels(SkBitmap* bm) const { function in class:SkSpecialImage
202 if (as_IB(image)->getROPixels(&bm, dstColorSpace)) {
/external/skia/src/image/
H A DSkImage_Raster.cpp95 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
166 bool SkImage_Raster::getROPixels(SkBitmap* dst, SkColorSpace* dstColorSpace, CachingHint) const { function in class:SkImage_Raster
H A DSkImage_Gpu.cpp70 bool SkImage_Gpu::getROPixels(SkBitmap* dst, SkColorSpace*, CachingHint chint) const { function in class:SkImage_Gpu
H A DSkImage_Lazy.cpp87 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
562 if (this->getROPixels(&bm, dstColorSpace, chint)) {
573 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkColorSpace* dstColorSpace, function in class:SkImage_Lazy
/external/skqp/src/image/
H A DSkImage_Raster.cpp95 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
166 bool SkImage_Raster::getROPixels(SkBitmap* dst, SkColorSpace* dstColorSpace, CachingHint) const { function in class:SkImage_Raster
H A DSkImage_Lazy.cpp87 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
563 if (this->getROPixels(&bm, dstColorSpace, chint)) {
574 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkColorSpace* dstColorSpace, function in class:SkImage_Lazy
H A DSkImage_Gpu.cpp69 bool SkImage_Gpu::getROPixels(SkBitmap* dst, SkColorSpace*, CachingHint chint) const { function in class:SkImage_Gpu

Completed in 221 milliseconds