Home
last modified time | relevance | path

Searched refs:onWritePixels (Results 1 – 13 of 13) sorted by relevance

/external/skia/include/core/
DSkBitmapDevice.h141 bool onWritePixels(const SkImageInfo&, const void*, size_t, int, int) override;
DSkDevice.h314 virtual bool onWritePixels(const SkImageInfo&, const void*, size_t, int x, int y);
/external/skia/src/gpu/vk/
DGrVkGpu.h164 bool onWritePixels(GrSurface* surface,
DGrVkGpu.cpp260 bool GrVkGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrVkGpu
/external/skia/src/core/
DSkDevice.cpp248 return this->onWritePixels(info, pixels, rowBytes, x, y); in writePixels()
251 bool SkBaseDevice::onWritePixels(const SkImageInfo&, const void*, size_t, int, int) { in onWritePixels() function in SkBaseDevice
DSkBitmapDevice.cpp161 bool SkBitmapDevice::onWritePixels(const SkImageInfo& srcInfo, const void* srcPixels, in onWritePixels() function in SkBitmapDevice
/external/skia/src/gpu/
DSkGpuDevice.h151 bool onWritePixels(const SkImageInfo&, const void*, size_t, int, int) override;
DGrGpu.h556 virtual bool onWritePixels(GrSurface*,
DGrGpu.cpp365 if (this->onWritePixels(surface, left, top, width, height, config, buffer, rowBytes)) { in writePixels()
DGrTest.cpp373 bool onWritePixels(GrSurface* surface, in onWritePixels() function in MockGpu
DSkGpuDevice.cpp248 bool SkGpuDevice::onWritePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes, in onWritePixels() function in SkGpuDevice
/external/skia/src/gpu/gl/
DGrGLGpu.h204 bool onWritePixels(GrSurface*,
DGrGLGpu.cpp810 bool GrGLGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrGLGpu