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

/external/skia/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.cpp129 void GrDrawOpAtlas::Plot::uploadToTexture(GrDrawOp::WritePixelsFn& writePixels, argument
138 writePixels(texture, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop,
217 [plotsp, texture] (GrDrawOp::WritePixelsFn& writePixels) {
218 plotsp->uploadToTexture(writePixels, texture);
296 [plotsp, texture] (GrDrawOp::WritePixelsFn& writePixels) {
297 plotsp->uploadToTexture(writePixels, texture);
H A DGrGpu.cpp350 bool GrGpu::writePixels(GrSurface* surface, function in class:GrGpu
387 bool GrGpu::writePixels(GrSurface* surface, function in class:GrGpu
393 return this->writePixels(surface, 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.h632 bool writePixels(const SkPixmap& src, int dstX, int dstY) { function in class:SkBitmap
633 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
635 bool writePixels(const SkPixmap& src) { function in class:SkBitmap
636 return this->writePixels(src, 0, 0);
638 bool writePixels(const SkPixmap& src, int x, int y, SkTransferFunctionBehavior behavior);
/external/skia/src/core/
H A DSkBitmap.cpp520 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, function in class:SkBitmap
H A DSkDevice.cpp299 bool SkBaseDevice::writePixels(const SkImageInfo& info, const void* pixels, size_t rowBytes, function in class:SkBaseDevice
H A DSkCanvas.cpp836 bool SkCanvas::writePixels(const SkBitmap& bitmap, int x, int y) { function in class:SkCanvas
839 return this->writePixels(pm.info(), pm.addr(), pm.rowBytes(), x, y);
844 bool SkCanvas::writePixels(const SkImageInfo& srcInfo, const void* pixels, size_t rowBytes, function in class:SkCanvas
867 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 368 milliseconds