Searched refs:getROPixels (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/image/
H A DSkImage_Base.h40 virtual bool getROPixels(SkBitmap*, CachingHint = kAllow_CachingHint) const = 0;
61 return this->getROPixels(bitmap, kAllow_CachingHint);
H A DSkImage_Generator.cpp30 bool getROPixels(SkBitmap*, CachingHint) const override;
59 if (this->getROPixels(&bm, chint)) {
73 bool SkImage_Generator::getROPixels(SkBitmap* bitmap, CachingHint chint) const { function in class:SkImage_Generator
H A DSkImage_Gpu.h38 bool getROPixels(SkBitmap*, CachingHint) const override;
H A DSkImage.cpp69 if (as_IB(this)->getROPixels(&bm, chint)) {
73 // is (currently) only being applied to the getROPixels. If we get a request to
86 if (as_IB(this)->getROPixels(&bm)) {
102 if (as_IB(this)->getROPixels(&bm)) {
123 if (as_IB(this)->getROPixels(&bm) && bm.requestLock(&apu)) {
H A DSkImage_Raster.cpp72 bool getROPixels(SkBitmap*, CachingHint) const override;
165 bool SkImage_Raster::getROPixels(SkBitmap* dst, CachingHint) const { function in class:SkImage_Raster
H A DSkImage_Gpu.cpp50 bool SkImage_Gpu::getROPixels(SkBitmap* dst, CachingHint chint) const { function in class:SkImage_Gpu
/external/skia/src/core/
H A DSkBitmapProvider.cpp81 return as_IB(fImage)->getROPixels(bm, SkImage::kAllow_CachingHint);
H A DSkDevice.cpp150 if (as_IB(image)->getROPixels(&bm)) {
160 if (as_IB(image)->getROPixels(&bm)) {
/external/skia/src/pdf/
H A DSkPDFBitmap.cpp19 if(as_IB(image)->getROPixels(dst)
494 if (as_IB(image)->getROPixels(&bm) && bm.requestLock(&apu)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1482 if (!as_IB(image)->getROPixels(&bm)) {
1491 } else if (as_IB(image)->getROPixels(&bm)) {
1513 if (!as_IB(image)->getROPixels(&bm)) {
1521 } else if (as_IB(image)->getROPixels(&bm)) {
1577 } else if (as_IB(image)->getROPixels(&bm)) {

Completed in 114 milliseconds