Searched refs:onReadPixels (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/src/image/
H A DSkImage_Gpu.h55 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
H A DSkImage_Base.h44 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
H A DSkImage_Raster.cpp85 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const override;
156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Raster
H A DSkImage.cpp52 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint);
/external/skqp/src/image/
H A DSkImage_Gpu.h55 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
H A DSkImage_Base.h44 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
H A DSkImage_Raster.cpp85 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const override;
156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Raster
H A DSkImage.cpp52 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint);
/external/skia/src/core/
H A DSkBitmapDevice.h123 bool onReadPixels(const SkPixmap&, int x, int y) override;
H A DSkDevice.cpp314 return this->onReadPixels(pm, x, y);
325 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { function in class:SkBaseDevice
H A DSkDevice.h287 virtual bool onReadPixels(const SkPixmap&, int x, int y);
/external/skia/src/gpu/mock/
H A DGrMockGpu.h93 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin, int left, int top, int width, int height,
/external/skia/src/gpu/mtl/
H A DGrMtlGpu.h110 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin, int left, int top, int width, int height,
/external/skqp/src/core/
H A DSkBitmapDevice.h123 bool onReadPixels(const SkPixmap&, int x, int y) override;
H A DSkDevice.cpp313 return this->onReadPixels(pm, x, y);
324 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { function in class:SkBaseDevice
H A DSkDevice.h287 virtual bool onReadPixels(const SkPixmap&, int x, int y);
/external/skqp/src/gpu/ddl/
H A DGrDDLGpu.h131 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin,
/external/skqp/src/gpu/mock/
H A DGrMockGpu.h98 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin,
/external/skqp/src/gpu/mtl/
H A DGrMtlGpu.h112 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin,
/external/skia/src/gpu/
H A DSkGpuDevice.h129 bool onReadPixels(const SkPixmap&, int, int) override;
H A DGrGpu.h573 virtual bool onReadPixels(GrSurface*, GrSurfaceOrigin, int left, int top, int width, int height,
/external/skia/src/gpu/vk/
H A DGrVkGpu.h188 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin, int left, int top, int width, int height,
/external/skqp/src/gpu/
H A DSkGpuDevice.h129 bool onReadPixels(const SkPixmap&, int, int) override;
H A DGrGpu.h583 virtual bool onReadPixels(GrSurface*, GrSurfaceOrigin,
/external/skqp/src/gpu/vk/
H A DGrVkGpu.h198 bool onReadPixels(GrSurface* surface, GrSurfaceOrigin,

Completed in 497 milliseconds

12