Home
last modified time | relevance | path

Searched refs:tempPixmap (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrContextPriv.cpp432 SkAutoPixmapStorage tempPixmap; in readSurfacePixels() local
454 if (!tempPixmap.tryAlloc(tempII)) { in readSurfacePixels()
458 buffer = tempPixmap.writable_addr(); in readSurfacePixels()
459 rowBytes = tempPixmap.rowBytes(); in readSurfacePixels()
461 sk_bzero(buffer, tempPixmap.computeByteSize()); in readSurfacePixels()
485 if (!tempPixmap.readPixels(finalPixmap)) { in readSurfacePixels()
/external/skqp/src/gpu/
DGrContext.cpp718 SkAutoPixmapStorage tempPixmap; in readSurfacePixels() local
740 if (!tempPixmap.tryAlloc(tempII)) { in readSurfacePixels()
744 buffer = tempPixmap.writable_addr(); in readSurfacePixels()
745 rowBytes = tempPixmap.rowBytes(); in readSurfacePixels()
747 sk_bzero(buffer, tempPixmap.computeByteSize()); in readSurfacePixels()
771 if (!tempPixmap.readPixels(finalPixmap)) { in readSurfacePixels()