Searched refs:tempPixmap (Results 1 – 1 of 1) sorted by relevance
718 SkAutoPixmapStorage tempPixmap; in readSurfacePixels() local740 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()