OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNG_DEBUG
(Results
1 - 6
of
6
) sorted by null
/external/libpng/contrib/pngminus/
png2pnm.c
39
#ifndef
PNG_DEBUG
40
#define
PNG_DEBUG
0
pnm2png.c
37
#ifndef
PNG_DEBUG
38
#define
PNG_DEBUG
0
/external/libpng/
pngtest.c
67
#ifndef
PNG_DEBUG
68
# define
PNG_DEBUG
0
71
#if !
PNG_DEBUG
490
#if defined(PNG_USER_MEM_SUPPORTED) &&
PNG_DEBUG
614
#endif /* PNG_USER_MEM_SUPPORTED &&
PNG_DEBUG
*/
745
png_debug
(0, "Allocating read and write structures");
746
#if defined(PNG_USER_MEM_SUPPORTED) &&
PNG_DEBUG
771
#if defined(PNG_USER_MEM_SUPPORTED) &&
PNG_DEBUG
786
png_debug
(0, "Allocating read_info, write_info and end_info structures");
795
png_debug
(0, "Setting jmpbuf for read struct")
[
all
...]
pngconf.h
258
* unless (
PNG_DEBUG
> 0) has been #defined.
274
# ifdef
PNG_DEBUG
275
# undef
PNG_DEBUG
291
# ifdef
PNG_DEBUG
292
# if (
PNG_DEBUG
> 0)
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngconf.h
226
* unless (
PNG_DEBUG
> 0) has been #defined.
236
# ifdef
PNG_DEBUG
237
# undef
PNG_DEBUG
253
# ifdef
PNG_DEBUG
254
# if (
PNG_DEBUG
> 0)
[
all
...]
/external/chromium_org/third_party/libpng/
pngconf.h
254
* unless (
PNG_DEBUG
> 0) has been #defined.
270
# ifdef
PNG_DEBUG
271
# undef
PNG_DEBUG
287
# ifdef
PNG_DEBUG
288
# if (
PNG_DEBUG
> 0)
[
all
...]
Completed in 4361 milliseconds