gem5
v20.0.0.3
|
#include "base/pngwriter.hh"
#include <png.h>
#include <cstdio>
#include <cstdlib>
#include "base/logging.hh"
Go to the source code of this file.
Classes | |
struct | PngWriter::PngStructHandle |
Functions | |
static void | writePng (png_structp pngPtr, png_bytep data, png_size_t length) |
Write callback to use with libpng APIs. More... | |
|
static |
Write callback to use with libpng APIs.
pngPtr | pointer to the png_struct structure |
data | pointer to the data being written |
length | number of bytes being written |
Definition at line 64 of file pngwriter.cc.
Referenced by PngWriter::write().