Home
last modified time | relevance | path

Searched defs:onWritePixels (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/experimental/graphite/src/
DSurface_Graphite.cpp37 void Surface_Graphite::onWritePixels(const SkPixmap&, int x, int y) {} in onWritePixels() function in skgpu::Surface_Graphite
DDevice.h79 bool onWritePixels(const SkPixmap&, int x, int y) override { return false; } in onWritePixels() function
/third_party/skia/m133/src/image/
DSkSurface_Null.cpp38 void onWritePixels(const SkPixmap&, int x, int y) override {} in onWritePixels() function in SkNullSurface
DSkSurface_Raster.cpp113 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Raster
/third_party/skia/src/image/
DSkSurface_Raster.cpp116 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Raster
DSkSurface_Gpu.cpp158 void SkSurface_Gpu::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Gpu
DSkSurface.cpp412 void onWritePixels(const SkPixmap&, int x, int y) override {} in onWritePixels() function in SkNullSurface
/third_party/skia/m133/src/gpu/ganesh/mtl/
DGrMtlGpu.mm1337 bool GrMtlGpu::onWritePixels(GrSurface* surface, function
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm1315 bool GrMtlGpu::onWritePixels(GrSurface* surface, function
/third_party/skia/src/gpu/mock/
DGrMockGpu.h109 bool onWritePixels(GrSurface*, in onWritePixels() function
/third_party/skia/m133/src/gpu/graphite/
DSurface_Graphite.cpp79 void Surface::onWritePixels(const SkPixmap& pixmap, int x, int y) { in onWritePixels() function in skgpu::graphite::Surface
DDevice.cpp600 bool Device::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in skgpu::graphite::Device
/third_party/skia/m133/src/gpu/ganesh/mock/
DGrMockGpu.h143 bool onWritePixels(GrSurface*, in onWritePixels() function
/third_party/skia/m133/src/core/
DSkBitmapDevice.cpp323 bool SkBitmapDevice::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in SkBitmapDevice
DSkDevice.h531 virtual bool onWritePixels(const SkPixmap&, int x, int y) { return false; } in onWritePixels() function
/third_party/skia/m133/src/gpu/ganesh/surface/
DSkSurface_Ganesh.cpp198 void SkSurface_Ganesh::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Ganesh
/third_party/skia/src/core/
DSkDevice.cpp373 bool SkBaseDevice::onWritePixels(const SkPixmap&, int, int) { in onWritePixels() function in SkBaseDevice
DSkBitmapDevice.cpp336 bool SkBitmapDevice::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in SkBitmapDevice
/third_party/skia/src/gpu/v1/
DDevice.cpp207 bool Device::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in skgpu::v1::Device
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp181 bool GrDawnGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrDawnGpu
/third_party/skia/m133/src/gpu/ganesh/
DDevice.cpp342 bool Device::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in skgpu::ganesh::Device
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp664 bool GrD3DGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrD3DGpu
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp693 bool GrD3DGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrD3DGpu
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp497 bool GrVkGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrVkGpu
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkGpu.cpp482 bool GrVkGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrVkGpu

12