/aosp_15_r20/external/skia/src/image/ |
H A D | SkSurface_Null.cpp | 38 void onWritePixels(const SkPixmap&, int x, int y) override {} in onWritePixels() function in SkNullSurface
|
H A D | SkSurface_Raster.cpp | 113 void SkSurface_Raster::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Raster
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlGpu.mm | 1337 bool GrMtlGpu::onWritePixels(GrSurface* surface, function
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Surface_Graphite.cpp | 79 void Surface::onWritePixels(const SkPixmap& pixmap, int x, int y) { in onWritePixels() function in skgpu::graphite::Surface
|
H A D | Device.cpp | 600 bool Device::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in skgpu::graphite::Device
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.h | 135 bool onWritePixels(GrSurface*, in onWritePixels() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/ |
H A D | SkSurface_Ganesh.cpp | 191 void SkSurface_Ganesh::onWritePixels(const SkPixmap& src, int x, int y) { in onWritePixels() function in SkSurface_Ganesh
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | SkiaPipelineTests.cpp | 226 void onWritePixels(const SkPixmap&, int x, int y) override {} in onWritePixels() function in __anon238b6d070711::DeferLayer
|
H A D | RenderNodeDrawableTests.cpp | 477 void onWritePixels(const SkPixmap&, int x, int y) {} in RENDERTHREAD_TEST() function in RENDERTHREAD_TEST::ProjectionLayer 1252 void onWritePixels(const SkPixmap&, int x, int y) {} in RENDERTHREAD_TEST() function in RENDERTHREAD_TEST::SimpleLayer
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBitmapDevice.cpp | 323 bool SkBitmapDevice::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in SkBitmapDevice
|
H A D | SkDevice.h | 531 virtual bool onWritePixels(const SkPixmap&, int x, int y) { return false; } in onWritePixels() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | Device.cpp | 342 bool Device::onWritePixels(const SkPixmap& pm, int x, int y) { in onWritePixels() function in skgpu::ganesh::Device
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DGpu.cpp | 682 bool GrD3DGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrD3DGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkGpu.cpp | 462 bool GrVkGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrVkGpu
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLGpu.cpp | 946 bool GrGLGpu::onWritePixels(GrSurface* surface, in onWritePixels() function in GrGLGpu
|