Home | History | Annotate | Download | only in libpng

Lines Matching refs:several

10   split up pngwrite.c to several files
158 changed several variables to "png_size_t" to show 16/32-bit limitations
287 Changed several typedefs in pngrutil.c
354 Corrected several statements that used side effects illegally in pngrutil.c
362 Changed several loops from count-down to count-up, for consistency.
452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
471 Made several minor corrections to pngtest.c
484 Changed several division operations to right-shifts in pngvcrd.c
713 Changed several instances of PNG_NO_CONSOLE_ID to PNG_NO_STDIO in pngrutil.c
721 Changed several png_errors about malformed ancillary chunks to png_warnings.
835 Changed PNG_NO_STDIO to PNG_NO_CONSOLE_IO, several places in pngrutil.c and
904 Changed PNG_TEXT_COMPRESSION_zTXt to PNG_COMPRESSION_TYPE_BASE several places.
953 Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
955 Changed several "//" single-line comments to C-style in pnggccrd.c
957 Removed PNGAPI from several functions whose prototypes did not have PNGAPI.
1084 Added missing PNGAPI to several function definitions.
1165 Changed -lpng to -lpngNN in LDFLAGS in several makefiles.
1599 Fixed typo in several makefiles (-W1 should be -Wl)
1711 Moved several PNG_HAVE_* macros out of PNG_INTERNAL because applications
2122 Removed several unnecessary checks for NULL before calling png_free().
2203 Changed "chunkdata = NULL" to "png_ptr->chunkdata = NULL" several places in
2396 Reformatted several remaining "else statement;" and "if () statement;" into
2409 Changed several PNG_UNKNOWN_CHUNK_SUPPORTED to