Home
last modified time | relevance | path

Searched refs:writePixels (Results 1 – 25 of 102) sorted by relevance

12345

/external/skqp/samplecode/
DSampleWritePixels.cpp54 canvas->writePixels(bitmap, 0, 0); in onDrawContent()
55 canvas->writePixels(subset, 0, 0); in onDrawContent()
/external/skia/samplecode/
DSampleWritePixels.cpp54 canvas->writePixels(bitmap, 0, 0); in onDrawContent()
55 canvas->writePixels(subset, 0, 0); in onDrawContent()
/external/skqp/gm/
DcopyTo4444.cpp73 if (bitmap.writePixels(redPixmap, 0, 0)) {
77 if (bitmap.writePixels(bluePixmap, 0, 0)) {
/external/skia/gm/
DcopyTo4444.cpp73 if (bitmap.writePixels(redPixmap, 0, 0)) {
77 if (bitmap.writePixels(bluePixmap, 0, 0)) {
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp137 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture() argument
155 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
228 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) { in updatePlot() argument
229 plotsp->uploadToTexture(writePixels, proxy); in updatePlot()
360 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) { in addToAtlas() argument
361 plotsp->uploadToTexture(writePixels, proxy); in addToAtlas()
DGrGpu.h197 bool writePixels(GrSurface* surface, int left, int top, int width, int height,
203 bool writePixels(GrSurface* surface, int left, int top, int width, int height, in writePixels() function
206 return this->writePixels(surface, left, top, width, height, srcColorType, &mipLevel, 1); in writePixels()
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp137 void GrDrawOpAtlas::Plot::uploadToTexture(GrDeferredTextureUploadWritePixelsFn& writePixels, in uploadToTexture() argument
155 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
228 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) { in updatePlot() argument
229 plotsp->uploadToTexture(writePixels, proxy); in updatePlot()
360 [plotsp, proxy](GrDeferredTextureUploadWritePixelsFn& writePixels) { in addToAtlas() argument
361 plotsp->uploadToTexture(writePixels, proxy); in addToAtlas()
DGrGpu.h190 bool writePixels(GrSurface* surface, int left, int top, int width, int height,
196 bool writePixels(GrSurface* surface, int left, int top, int width, int height, in writePixels() function
199 return this->writePixels(surface, left, top, width, height, srcColorType, &mipLevel, 1); in writePixels()
DGrSurfaceContext.h88 bool writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, size_t srcRowBytes,
/external/skqp/tests/
DGrUploadPixelsTests.cpp47 result = sContext->writePixels(dstInfo, srcBuffer, 0, 2, 10); in basic_texture_test()
77 result = sContext->writePixels(dstInfo, srcBuffer, 0, 5, 4); in basic_texture_test()
DWritePixelsTest.cpp121 surface->writePixels(bmp, 0, 0); in fill_surface()
312 surface->writePixels({info, &pixel, sizeof(SkPMColor)}, 0, 0); in call_writepixels()
400 surface->writePixels(bmp, rect.fLeft, rect.fTop); in test_write_pixels()
498 surf->writePixels(bm, 0, 0); in upload()
DGrSurfaceTest.cpp202 texCtx->writePixels(info, data.get(), 0, 0, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
235 surfCtx->writePixels(info, data.get(), 0, 0, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
299 auto writeResult = surfContext->writePixels(pixels.info(), pixels.addr(), 0, 0, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
303 auto gpuWriteResult = context->contextPriv().getGpu()->writePixels( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DGrUploadPixelsTests.cpp47 result = sContext->writePixels(dstInfo, srcBuffer, 0, 2, 10); in basic_texture_test()
77 result = sContext->writePixels(dstInfo, srcBuffer, 0, 5, 4); in basic_texture_test()
DWritePixelsTest.cpp121 surface->writePixels(bmp, 0, 0); in fill_surface()
312 surface->writePixels({info, &pixel, sizeof(SkPMColor)}, 0, 0); in call_writepixels()
400 surface->writePixels(bmp, rect.fLeft, rect.fTop); in test_write_pixels()
498 surf->writePixels(bm, 0, 0); in upload()
/external/skia/include/core/
DSkBitmap.h1022 bool writePixels(const SkPixmap& src, int dstX, int dstY);
1044 bool writePixels(const SkPixmap& src) { in writePixels() function
1045 return this->writePixels(src, 0, 0); in writePixels()
DSkSurface.h686 void writePixels(const SkPixmap& src, int dstX, int dstY);
701 void writePixels(const SkBitmap& src, int dstX, int dstY);
/external/skqp/include/core/
DSkBitmap.h1040 bool writePixels(const SkPixmap& src, int dstX, int dstY);
1062 bool writePixels(const SkPixmap& src) { in writePixels() function
1063 return this->writePixels(src, 0, 0); in writePixels()
DSkSurface.h637 void writePixels(const SkPixmap& src, int dstX, int dstY);
652 void writePixels(const SkBitmap& src, int dstX, int dstY);
/external/skqp/src/image/
DSkSurface.cpp210 void SkSurface::writePixels(const SkPixmap& pmap, int x, int y) { in writePixels() function in SkSurface
227 void SkSurface::writePixels(const SkBitmap& src, int x, int y) { in writePixels() function in SkSurface
230 this->writePixels(pm, x, y); in writePixels()
/external/skia/src/image/
DSkSurface.cpp210 void SkSurface::writePixels(const SkPixmap& pmap, int x, int y) { in writePixels() function in SkSurface
227 void SkSurface::writePixels(const SkBitmap& src, int x, int y) { in writePixels() function in SkSurface
230 this->writePixels(pm, x, y); in writePixels()
/external/skia/bench/
DPremulAndUnpremulAlphaOpsBench.cpp50 canvas->writePixels(fBmp1.info(), fBmp1.getPixels(), fBmp1.rowBytes(), 0, 0); in onDraw()
DWritePixelsBench.cpp61 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0); in onDraw()
/external/skqp/bench/
DPremulAndUnpremulAlphaOpsBench.cpp50 canvas->writePixels(fBmp1.info(), fBmp1.getPixels(), fBmp1.rowBytes(), 0, 0); in onDraw()
DWritePixelsBench.cpp61 canvas->writePixels(info, bmp.getPixels(), bmp.rowBytes(), 0, 0); in onDraw()
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DAnimatedGifEncoder.java176 writePixels(); // encode and write pixel data in addFrame()
510 private void writePixels() throws IOException { in writePixels() method in AnimatedGifEncoder

12345