#include "asset.h"#include "edit.h"#include "file.h"#include "filepng.h"#include "interlacemodes.h"#include "language.h"#include "mwindow.inc"#include "quicktime.h"#include "vframe.h"#include "videodevice.inc"#include <png.h>Go to the source code of this file.
Functions | |
| static void | read_function (png_structp png_ptr, png_bytep data, png_uint_32 length) |
| static void | write_function (png_structp png_ptr, png_bytep data, png_uint_32 length) |
| static void | flush_function (png_structp png_ptr) |
|
|
Definition at line 208 of file filepng.C. Referenced by FilePNG::write_frame(). |
|
||||||||||||||||
|
Definition at line 188 of file filepng.C. Referenced by FilePNG::read_frame(). |
|
||||||||||||||||
|
Definition at line 198 of file filepng.C. Referenced by FilePNG::write_frame(). |
1.4.4