HomeSort by relevance Sort by last modified time
    Searched full:png_debug (Results 26 - 44 of 44) sorted by null

12

  /external/libpng/
pngrutil.c 826 png_debug(1, "in png_handle_IHDR");
902 png_debug(1, "in png_handle_PLTE");
    [all...]
CMakeLists.txt 56 option(PNG_DEBUG "Build with debug output" NO)
116 if(PNG_DEBUG)
pngset.c 306 png_debug(3, "storing X0, X1, type, and nparams in info");
    [all...]
pngread.c 102 png_debug(1, "in png_read_info");
265 png_debug(1, "in png_read_update_info");
302 png_debug(1, "in png_start_read_image");
325 png_debug(1, "in png_do_read_intrapixel");
650 png_debug(1, "in png_read_rows");
845 png_debug(1, "in png_read_image");
910 png_debug(1, "in png_read_end");
    [all...]
CHANGES 415 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
452 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
    [all...]
png.c 29 png_debug(1, "in png_set_sig_bytes");
333 png_debug(1, "in png_create_info_struct");
365 png_debug(1, "in png_destroy_info_struct");
404 png_debug(1, "in png_info_init_3");
428 png_debug(1, "in png_data_freer");
447 png_debug(1, "in png_free_data");
664 png_debug(1, "in png_init_io");
844 png_debug(1, "in png_do_build_grayscale_palette");
    [all...]
libpng-manual.txt     [all...]
libpng.3     [all...]
  /external/chromium_org/third_party/libpng/
pngread.c 57 png_debug(1, "in png_create_read_struct");
292 png_debug(1, "in png_read_init_3");
356 png_debug(1, "in png_read_info");
566 png_debug(1, "in png_read_update_info");
588 png_debug(1, "in png_start_read_image");
865 png_debug(1, "in png_read_rows");
916 png_debug(1, "in png_read_image");
954 png_debug(1, "in png_read_end");
    [all...]
pngset.c 313 png_debug(3, "storing X0, X1, type, and nparams in info");
1043 png_debug(1, "in png_permit_empty_plte, DEPRECATED.");
1058 png_debug(1, "in png_permit_mng_features");
    [all...]
png.h 2619 #define png_debug macro
2639 # define png_debug macro
2664 # define png_debug macro
2703 #define png_debug macro
    [all...]
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...]
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 57 png_debug(1, "in png_create_read_struct");
296 png_debug(1, "in png_read_init_3");
360 png_debug(1, "in png_read_info");
570 png_debug(1, "in png_read_update_info");
597 png_debug(1, "in png_start_read_image");
889 png_debug(1, "in png_read_rows");
    [all...]
pngset.c 313 png_debug(3, "storing X0, X1, type, and nparams in info");
1053 png_debug(1, "in png_permit_empty_plte, DEPRECATED.");
1068 png_debug(1, "in png_permit_mng_features");
    [all...]
png.h 2691 #define png_debug macro
2711 # define png_debug macro
2736 # define png_debug macro
2775 #define png_debug macro
    [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/libpng/contrib/pngminus/
png2pnm.c 40 #ifndef PNG_DEBUG
41 #define PNG_DEBUG 0
pnm2png.c 38 #ifndef PNG_DEBUG
39 #define PNG_DEBUG 0
  /external/libpng/scripts/
pnglibconf.dfa 319 # unless (PNG_DEBUG > 0) has been #defined.
    [all...]

Completed in 343 milliseconds

12