Searched defs:writePixels (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/gpu/
H A DGrSurfaceContext.cpp64 bool GrSurfaceContext::writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, function in class:GrSurfaceContext
69 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrSurfaceContext::writePixels");
H A DGrDrawOpAtlas.cpp136 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, argument
154 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop,
224 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) {
225 plotsp->uploadToTexture(writePixels, proxy);
344 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) {
345 plotsp->uploadToTexture(writePixels, proxy);
H A DGrGpu.cpp291 // GrGpu::writePixels doesn't do any sRGB conversions, so we must draw if there is one.
378 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, int left, int top, int width, function in class:GrGpu
411 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, int left, int top, int width, function in class:GrGpu
415 return this->writePixels(surface, origin, left, top, width, height, srcColorType, &mipLevel, 1);
H A DGrGpu.h288 bool writePixels(GrSurface* surface, GrSurfaceOrigin origin, int left, int top, int width,
294 * It then calls writePixels with that SkTArray.
296 bool writePixels(GrSurface*, GrSurfaceOrigin, int left, int top, int width, int height,
300 * This version of writePixels doesn't take an origin. TODO: Remove origin handling from
301 * GrGpu::writePixels entirely.
303 bool writePixels(GrSurface* surface, int left, int top, int width, int height, function in class:GrGpu
305 return this->writePixels(surface, kTopLeft_GrSurfaceOrigin, left, top, width, height,
/external/skqp/src/gpu/
H A DGrSurfaceContext.cpp65 bool GrSurfaceContext::writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, function in class:GrSurfaceContext
70 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrSurfaceContext::writePixels");
H A DGrDrawOpAtlas.cpp114 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, argument
123 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop,
198 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) {
199 plotsp->uploadToTexture(writePixels, proxy);
319 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) {
320 plotsp->uploadToTexture(writePixels, proxy);
H A DGrGpu.cpp343 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, function in class:GrGpu
381 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, function in class:GrGpu
387 return this->writePixels(surface, origin, left, top, width, height, config, &mipLevel, 1);
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DAnimatedGifEncoder.java176 writePixels(); // encode and write pixel data
510 private void writePixels() throws IOException { method in class:AnimatedGifEncoder
/external/skia/include/core/
H A DSkBitmap.h1064 bool writePixels(const SkPixmap& src, int dstX, int dstY) { function in class:SkBitmap
1065 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
1088 bool writePixels(const SkPixmap& src) { function in class:SkBitmap
1089 return this->writePixels(src, 0, 0);
1122 bool writePixels(const SkPixmap& src, int x, int y, SkTransferFunctionBehavior behavior);
/external/skia/src/image/
H A DSkSurface.cpp187 void SkSurface::writePixels(const SkPixmap& pmap, int x, int y) { function in class:SkSurface
204 void SkSurface::writePixels(const SkBitmap& src, int x, int y) { function in class:SkSurface
207 this->writePixels(pm, x, y);
/external/skqp/include/core/
H A DSkBitmap.h1074 bool writePixels(const SkPixmap& src, int dstX, int dstY) { function in class:SkBitmap
1075 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
1098 bool writePixels(const SkPixmap& src) { function in class:SkBitmap
1099 return this->writePixels(src, 0, 0);
1132 bool writePixels(const SkPixmap& src, int x, int y, SkTransferFunctionBehavior behavior);
/external/skia/src/core/
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, function in class:SkBitmap
H A DSkDevice.cpp317 bool SkBaseDevice::writePixels(const SkPixmap& pm, int x, int y) { function in class:SkBaseDevice
H A DSkCanvas.cpp833 bool SkCanvas::writePixels(const SkBitmap& bitmap, int x, int y) { function in class:SkCanvas
836 return this->writePixels(pm.info(), pm.addr(), pm.rowBytes(), x, y);
841 bool SkCanvas::writePixels(const SkImageInfo& srcInfo, const void* pixels, size_t rowBytes, function in class:SkCanvas
864 return device->writePixels({srcInfo, pixels, rowBytes}, x, y);
/external/skqp/src/core/
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, function in class:SkBitmap
H A DSkDevice.cpp316 bool SkBaseDevice::writePixels(const SkPixmap& pm, int x, int y) { function in class:SkBaseDevice
H A DSkCanvas.cpp833 bool SkCanvas::writePixels(const SkBitmap& bitmap, int x, int y) { function in class:SkCanvas
836 return this->writePixels(pm.info(), pm.addr(), pm.rowBytes(), x, y);
841 bool SkCanvas::writePixels(const SkImageInfo& srcInfo, const void* pixels, size_t rowBytes, function in class:SkCanvas
864 return device->writePixels({srcInfo, pixels, rowBytes}, x, y);
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4899 void Magick::Image::writePixels(const Magick::QuantumType quantum_, function in class:Magick::Image

Completed in 577 milliseconds