Home
last modified time | relevance | path

Searched refs:onReadPixels (Results 1 – 25 of 44) sorted by relevance

12

/external/skqp/src/image/
DSkImage_Lazy.h46 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
DSkImage_Raster.cpp79 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri…
156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Raster
DSkImage_Base.h49 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
DSkImage_GpuBase.h32 bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB,
/external/skia/src/image/
DSkImage_Lazy.h46 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
DSkImage_Raster.cpp79 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri…
158 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Raster
DSkImage_Base.h50 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
DSkImage_GpuBase.h32 bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB,
/external/skqp/src/gpu/mock/
DGrMockGpu.h78 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType, in onReadPixels() function
/external/skia/src/gpu/mock/
DGrMockGpu.h84 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType, in onReadPixels() function
/external/skia/src/core/
DSkDevice.cpp295 return this->onReadPixels(pm, x, y); in readPixels()
306 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels() function in SkBaseDevice
DSkBitmapDevice.h119 bool onReadPixels(const SkPixmap&, int x, int y) override;
DSkDevice.h267 virtual bool onReadPixels(const SkPixmap&, int x, int y);
/external/skqp/src/core/
DSkDevice.cpp303 return this->onReadPixels(pm, x, y); in readPixels()
314 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels() function in SkBaseDevice
DSkBitmapDevice.h120 bool onReadPixels(const SkPixmap&, int x, int y) override;
DSkDevice.h272 virtual bool onReadPixels(const SkPixmap&, int x, int y);
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h148 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
/external/skia/src/gpu/mtl/
DGrMtlGpu.h159 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
/external/skia/src/gpu/
DSkGpuDevice.h145 bool onReadPixels(const SkPixmap&, int, int) override;
DGrGpu.h512 virtual bool onReadPixels(GrSurface*, int left, int top, int width, int height, GrColorType,
/external/skqp/src/gpu/
DSkGpuDevice.h130 bool onReadPixels(const SkPixmap&, int, int) override;
DGrGpu.h474 virtual bool onReadPixels(GrSurface*, int left, int top, int width, int height, GrColorType,
DGrGpu.cpp265 return this->onReadPixels(surface, left, top, width, height, dstColorType, buffer, rowBytes); in readPixels()
/external/skqp/src/gpu/vk/
DGrVkGpu.h204 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
/external/skia/src/gpu/vk/
DGrVkGpu.h212 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,

12