HomeSort by relevance Sort by last modified time
    Searched defs:getROPixels (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkSpecialImage.cpp 95 // in which case getROPixels could turn into peekPixels...
96 if (!this->getROPixels(&bmp)) {
131 bool SkSpecialImage::getROPixels(SkBitmap* bm) const {
202 if (as_IB(image)->getROPixels(&bm, dstColorSpace)) {
  /external/skia/src/image/
SkImage_Raster.cpp 95 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
166 bool SkImage_Raster::getROPixels(SkBitmap* dst, SkColorSpace* dstColorSpace, CachingHint) const {
SkImage_Gpu.cpp 70 bool SkImage_Gpu::getROPixels(SkBitmap* dst, SkColorSpace*, CachingHint chint) const {
    [all...]
SkImage_Lazy.cpp 87 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
562 if (this->getROPixels(&bm, dstColorSpace, chint)) {
573 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkColorSpace* dstColorSpace,
    [all...]
  /external/skqp/src/core/
SkSpecialImage.cpp 94 // in which case getROPixels could turn into peekPixels...
95 if (!this->getROPixels(&bmp)) {
131 bool SkSpecialImage::getROPixels(SkBitmap* bm) const {
202 if (as_IB(image)->getROPixels(&bm, dstColorSpace)) {
  /external/skqp/src/image/
SkImage_Raster.cpp 95 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
166 bool SkImage_Raster::getROPixels(SkBitmap* dst, SkColorSpace* dstColorSpace, CachingHint) const {
SkImage_Lazy.cpp 87 bool getROPixels(SkBitmap*, SkColorSpace* dstColorSpace, CachingHint) const override;
563 if (this->getROPixels(&bm, dstColorSpace, chint)) {
574 bool SkImage_Lazy::getROPixels(SkBitmap* bitmap, SkColorSpace* dstColorSpace,
    [all...]
SkImage_Gpu.cpp 69 bool SkImage_Gpu::getROPixels(SkBitmap* dst, SkColorSpace*, CachingHint chint) const {
    [all...]

Completed in 394 milliseconds