Home
last modified time | relevance | path

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

12

/external/skia/src/image/
DSkImage_GpuBase.h30 bool onReadPixels(GrDirectContext *dContext,
DSkImage_Lazy.h42 bool onReadPixels(GrDirectContext*, const SkImageInfo&, void*, size_t, int srcX, int srcY,
DSkImage_Base.h44 virtual bool onReadPixels(GrDirectContext*,
DSkImage_Raster.cpp82 bool onReadPixels(GrDirectContext*, const SkImageInfo&, void*, size_t, int srcX, int srcY,
184 bool SkImage_Raster::onReadPixels(GrDirectContext*, in onReadPixels() function in SkImage_Raster
DSkImage_GpuBase.cpp160 bool SkImage_GpuBase::onReadPixels(GrDirectContext* dContext, in onReadPixels() function in SkImage_GpuBase
/external/skqp/src/image/
DSkImage_Lazy.h46 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
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,
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
/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/
DSkGpuDevice_nga.h83 bool onReadPixels(const SkPixmap&, int x, int y) override;
DSkGpuDevice_nga.cpp242 bool SkGpuDevice_nga::onReadPixels(const SkPixmap& pm, int x, int y) { in onReadPixels() function in SkGpuDevice_nga
DSkGpuDevice.h120 bool onReadPixels(const SkPixmap&, int, int) override;
/external/skia/src/core/
DSkBitmapDevice.h115 bool onReadPixels(const SkPixmap&, int x, int y) override;
DSkDevice.cpp363 return this->onReadPixels(pm, x, y); in readPixels()
374 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels() function in SkBaseDevice
/external/skqp/src/core/
DSkBitmapDevice.h120 bool onReadPixels(const SkPixmap&, int x, int y) override;
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
/external/skia/src/gpu/mock/
DGrMockGpu.h93 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, in onReadPixels() function
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h148 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
/external/skia/src/gpu/dawn/
DGrDawnGpu.h163 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height,
/external/skia/src/gpu/mtl/
DGrMtlGpu.h182 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height,
/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,
/external/skqp/src/gpu/vk/
DGrVkGpu.h204 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
/external/skia/src/gpu/d3d/
DGrD3DGpu.h168 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height,

12