| /third_party/skia/include/core/ |
| D | SkPixmap.h | 563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function 618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function 639 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
| D | SkBitmap.h | 1001 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
| /third_party/flutter/skia/include/core/ |
| D | SkPixmap.h | 567 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function 622 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function 643 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
| D | SkBitmap.h | 976 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
| /third_party/skia/src/image/ |
| D | SkImage.cpp | 60 bool SkImage::readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage 66 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage 455 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() function in SkImage 462 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
|
| D | SkSurface.cpp | 239 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface 243 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface 248 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
|
| /third_party/flutter/skia/src/core/ |
| D | SkBitmap.cpp | 476 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap 485 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
|
| D | SkPixmap.cpp | 135 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkPixmap
|
| D | SkDevice.cpp | 327 bool SkBaseDevice::readPixels(const SkPixmap& pm, int x, int y) { in readPixels() function in SkBaseDevice
|
| /third_party/skia/src/core/ |
| D | SkBitmap.cpp | 461 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap 470 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
|
| D | SkPixmap.cpp | 159 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkPixmap
|
| D | SkDevice.cpp | 365 bool SkBaseDevice::readPixels(const SkPixmap& pm, int x, int y) { in readPixels() function in SkBaseDevice
|
| /third_party/flutter/skia/src/image/ |
| D | SkSurface.cpp | 336 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface 340 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface 345 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
|
| D | SkImage.cpp | 51 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, in readPixels() function in SkImage 212 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | FramebufferNULL.cpp | 85 angle::Result FramebufferNULL::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferNULL
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | FramebufferNULL.cpp | 111 angle::Result FramebufferNULL::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferNULL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | FramebufferD3D.cpp | 200 angle::Result FramebufferD3D::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferD3D
|
| /third_party/flutter/skia/modules/canvaskit/ |
| D | interface.js | 396 CanvasKit.SkImage.prototype.readPixels = function(imageInfo, srcX, srcY) { method in CanvasKit.SkImage 508 CanvasKit.SkCanvas.prototype.readPixels = function(x, y, w, h, alphaType, method in CanvasKit.SkCanvas
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | FramebufferD3D.cpp | 240 angle::Result FramebufferD3D::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferD3D
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimedia_image.js | 40 readPixels: function (...args) { method
|
| D | webgl2.js | 504 readPixels: function (...args) { method
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrSurfaceContext.cpp | 61 bool GrSurfaceContext::readPixels(const GrPixelInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() function in GrSurfaceContext
|
| D | GrGpu.cpp | 359 bool GrGpu::readPixels(GrSurface* surface, int left, int top, int width, int height, in readPixels() function in GrGpu
|
| /third_party/skia/modules/canvaskit/ |
| D | interface.js | 393 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow) { function 445 CanvasKit.Image.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Image 802 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Canvas
|
| /third_party/skia/src/gpu/ |
| D | GrGpu.cpp | 409 bool GrGpu::readPixels(GrSurface* surface, in readPixels() function in GrGpu
|