Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <sys/types.h>
#include <setjmp.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
Go to the source code of this file.
#define PNG_ABORT | ( | ) | abort() |
Definition at line 1613 of file pngconf.h.
Referenced by png_mmx_support().
png_uint_32 size PNG_ALLOCATED /* The result of the function is new memory */ |
#define png_chunk_benign_error png_chunk_error |
#define PNG_CONST const |
Definition at line 503 of file pngconf.h.
Referenced by png_do_dither(), and png_do_swap().
png_voidp int png_uint_32 size PNG_DEPRECATED /* Use of this function is deprecated */ |
#define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ |
#define PNG_EXPORT | ( | type, | |
symbol | |||
) | PNG_IMPEXP type PNGAPI symbol |
#define PNG_EXPORT_VAR | ( | type | ) | extern PNG_IMPEXP type |
#define PNG_LITERAL_SHARP 0x23 |
Definition at line 892 of file pngconf.h.
Referenced by png_warning().
#define png_memcmp memcmp /* SJT: added */ |
Definition at line 1660 of file pngconf.h.
Referenced by png_sig_cmp().
#define png_memcpy memcpy |
Definition at line 1661 of file pngconf.h.
Referenced by png_do_background(), and png_do_write_interlace().
#define png_memset memset |
Definition at line 1662 of file pngconf.h.
Referenced by png_info_init_3().
png_const_charp error_message PNG_NORETURN /* This function does not return */ |
#define PNG_PRIVATE /* This is a private libpng function */ |
#define PNG_PROGRESSIVE_READ_SUPPORTED /* reading. This is not talking */ |
#define PNG_READ_COMPOSITE_NODIV_SUPPORTED /* well tested on Intel, SGI */ |
#define PNG_READ_INTERLACING_SUPPORTED /* required for PNG-compliant decoders */ |
#define PNG_READ_INTERLACING_SUPPORTED /* required in PNG-compliant decoders */ |
#define PNG_READ_OPT_PLTE_SUPPORTED /* only affects support of the */ |
Definition at line 1260 of file pngconf.h.
Referenced by main(), png_create_struct_2(), and png_info_init_3().
Definition at line 97 of file pngconf.h.
Referenced by png_get_asm_flagmask(), and png_get_mmx_flagmask().
#define PNG_USE_RESULT /* The result of this function must be checked */ |
#define PNG_WRITE_FILLER_SUPPORTED /* same as WRITE_STRIP_ALPHA */ |
#define PNG_WRITE_INTERLACING_SUPPORTED |
#define PNGAPI |
Definition at line 1517 of file pngconf.h.
Referenced by png_access_version_number(), png_check_sig(), png_convert_from_struct_tm(), png_convert_from_time_t(), png_create_read_struct(), png_create_write_struct(), png_do_bgr(), png_get_asm_flagmask(), png_get_error_ptr(), png_get_int_32(), png_get_mmx_flagmask(), png_get_uint_32(), png_info_init(), png_info_init_3(), png_mmx_support(), png_save_int_32(), png_save_uint_32(), png_set_error_fn(), and png_sig_cmp().
#define PNGARG | ( | arglist | ) | arglist |
Definition at line 334 of file pngconf.h.
Referenced by png_mmx_support().
typedef char FAR* FAR* png_charpp |
typedef PNG_CONST char FAR* png_const_charp |
typedef double FAR* png_doublep |
typedef double FAR* FAR* png_doublepp |
typedef FILE* png_FILE_p |
typedef png_int_32 png_fixed_point |
typedef png_fixed_point FAR* png_fixed_point_p |
typedef png_fixed_point FAR* FAR* png_fixed_point_pp |
typedef short png_int_16 |
typedef png_int_16 FAR* png_int_16p |
typedef png_int_16 FAR* FAR* png_int_16pp |
typedef long png_int_32 |
typedef png_int_32 FAR* png_int_32p |
typedef png_int_32 FAR* FAR* png_int_32pp |
typedef size_t png_size_t |
typedef unsigned short png_uint_16 |
typedef png_uint_16 FAR* png_uint_16p |
typedef png_uint_16 FAR* FAR* png_uint_16pp |
typedef png_uint_32 |
typedef png_uint_32 FAR* png_uint_32p |
typedef png_uint_32 FAR* FAR* png_uint_32pp |
typedef charf* png_zcharp |
typedef charf* FAR* png_zcharpp |
typedef z_stream FAR* png_zstreamp |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.