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

/external/skia/src/core/
H A DSkSpecialImage.cpp94 // in which case getROPixels could turn into peekPixels...
95 if (!this->getROPixels(&bmp)) {
130 bool SkSpecialImage::getROPixels(SkBitmap* bm) const { function in class:SkSpecialImage
201 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.cpp66 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;
560 if (this->getROPixels(&bm, dstColorSpace, chint)) {
571 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkColorSpace* dstColorSpace, function in class:SkImage_Lazy

Completed in 237 milliseconds