Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "png.h"
Go to the source code of this file.
Macros | |
#define | PNG_INTERNAL |
#define | PNG_NO_PEDANTIC_WARNINGS |
png_voidp png_calloc | ( | png_structp | png_ptr, |
png_uint_32 | size | ||
) |
Definition at line 348 of file pngmem.c.
References png_create_struct_2(), png_malloc_ptr_NULL, and png_voidp_NULL.
Referenced by png_info_init_3().
Definition at line 358 of file pngmem.c.
References NULL, and png_sizeof.
Referenced by png_create_struct().
Definition at line 402 of file pngmem.c.
References png_destroy_struct_2(), png_free_ptr_NULL, and png_voidp_NULL.
Referenced by png_info_init_3().
void PNGAPI png_free | ( | png_structp | png_ptr, |
png_voidp | ptr | ||
) |
void PNGAPI png_free_default | ( | png_structp | png_ptr, |
png_voidp | ptr | ||
) |
png_voidp PNGAPI png_get_mem_ptr | ( | png_structp | png_ptr | ) |
png_voidp PNGAPI png_malloc | ( | png_structp | png_ptr, |
png_uint_32 | size | ||
) |
png_voidp PNGAPI png_malloc_default | ( | png_structp | png_ptr, |
png_uint_32 | size | ||
) |
png_voidp PNGAPI png_malloc_warn | ( | png_structp | png_ptr, |
png_uint_32 | size | ||
) |
png_voidp PNGAPI png_memcpy_check | ( | png_structp | png_ptr, |
png_voidp | s1, | ||
png_voidp | s2, | ||
png_uint_32 | length | ||
) |
png_voidp PNGAPI png_memset_check | ( | png_structp | png_ptr, |
png_voidp | s1, | ||
int | value, | ||
png_uint_32 | length | ||
) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.