Searched refs:onWritePixels (Results 1 – 13 of 13) sorted by relevance
/external/skia/include/core/ |
D | SkBitmapDevice.h | 141 bool onWritePixels(const SkImageInfo&, const void*, size_t, int, int) override;
|
D | SkDevice.h | 314 virtual bool onWritePixels(const SkImageInfo&, const void*, size_t, int x, int y);
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 164 bool onWritePixels(GrSurface* surface,
|
D | GrVkGpu.cpp | 260 bool GrVkGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrVkGpu
|
/external/skia/src/core/ |
D | SkDevice.cpp | 248 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
|
D | SkBitmapDevice.cpp | 161 bool SkBitmapDevice::onWritePixels(const SkImageInfo& srcInfo, const void* srcPixels, in onWritePixels() function in SkBitmapDevice
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 151 bool onWritePixels(const SkImageInfo&, const void*, size_t, int, int) override;
|
D | GrGpu.h | 556 virtual bool onWritePixels(GrSurface*,
|
D | GrGpu.cpp | 365 if (this->onWritePixels(surface, left, top, width, height, config, buffer, rowBytes)) { in writePixels()
|
D | GrTest.cpp | 373 bool onWritePixels(GrSurface* surface, in onWritePixels() function in MockGpu
|
D | SkGpuDevice.cpp | 248 bool SkGpuDevice::onWritePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes, in onWritePixels() function in SkGpuDevice
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 204 bool onWritePixels(GrSurface*,
|
D | GrGLGpu.cpp | 810 bool GrGLGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrGLGpu
|