Searched refs:png_struct (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc163 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) {
288 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
311 void DecodeEndCallback(png_struct* png_ptr, png_info* info) {
324 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
330 png_struct** ps_;
339 explicit PngWriteStructDestroyer(png_struct** ps) : ps_(ps), pi_(0) {
348 png_struct** ps_;
354 png_struct** png_ptr, png_info** info_ptr) {
402 png_struct* png_ptr = NULL;
441 png_struct* png_pt
[all...]
H A Dpng_codec_unittest.cc193 png_struct* png_ptr =
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc152 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) {
258 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
279 void DecodeEndCallback(png_struct* png_ptr, png_info* info) {
292 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
298 png_struct** ps_;
303 png_struct** png_ptr, png_info** info_ptr) {
330 png_struct* png_ptr = NULL;
471 bool DoLibpngWrite(png_struct* png_ptr, png_info* info_ptr,
587 png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
/external/chromium_org/third_party/libpng/
H A Dpngmem.c29 /* Allocate memory for a png_struct. The malloc and memset can be replaced
49 size = png_sizeof(png_struct);
56 png_struct dummy_struct;
88 png_struct dummy_struct;
344 /* Allocate memory for a png_struct or a png_info. The malloc and
354 /* Allocate memory for a png_struct or a png_info. The malloc and
367 size = png_sizeof(png_struct);
374 png_struct dummy_struct;
419 png_struct dummy_struct;
H A Dpngread.c219 if (png_sizeof(png_struct) > png_struct_size ||
237 if (png_sizeof(png_struct) > png_struct_size)
299 if (png_sizeof(png_struct) > png_struct_size)
307 png_memset(png_ptr, 0, png_sizeof(png_struct));
1316 /* Save the important info out of the png_struct, in case it is
1330 png_memset(png_ptr, 0, png_sizeof(png_struct));
H A Dpngwrite.c619 if (png_sizeof(png_struct) > png_struct_size ||
637 if (png_sizeof(png_struct) > png_struct_size)
697 if (png_sizeof(png_struct) > png_struct_size)
705 png_memset(png_ptr, 0, png_sizeof(png_struct));
1164 png_memset(png_ptr, 0, png_sizeof(png_struct));
H A Dpng.h430 * "png_charp time_buffer" in png_struct and
1174 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1175 typedef png_struct FAR * png_structp;
1557 typedef png_struct FAR * FAR * png_structpp;
1883 /* Free any memory associated with the png_struct and the png_info_structs */
1891 /* Free any memory associated with the png_struct and the png_info_structs */
3101 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3120 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3232 /* Write the IHDR chunk, and update the png_struct with the necessary
/external/libpng/
H A Dpngmem.c29 /* Allocate memory for a png_struct. The malloc and memset can be replaced
49 size = png_sizeof(png_struct);
56 png_struct dummy_struct;
88 png_struct dummy_struct;
344 /* Allocate memory for a png_struct or a png_info. The malloc and
354 /* Allocate memory for a png_struct or a png_info. The malloc and
367 size = png_sizeof(png_struct);
374 png_struct dummy_struct;
419 png_struct dummy_struct;
H A Dpngread.c223 if (png_sizeof(png_struct) > png_struct_size ||
241 if (png_sizeof(png_struct) > png_struct_size)
303 if (png_sizeof(png_struct) > png_struct_size)
311 png_memset(png_ptr, 0, png_sizeof(png_struct));
1496 /* Save the important info out of the png_struct, in case it is
1510 png_memset(png_ptr, 0, png_sizeof(png_struct));
H A Dpngwrite.c619 if (png_sizeof(png_struct) > png_struct_size ||
637 if (png_sizeof(png_struct) > png_struct_size)
697 if (png_sizeof(png_struct) > png_struct_size)
705 png_memset(png_ptr, 0, png_sizeof(png_struct));
1164 png_memset(png_ptr, 0, png_sizeof(png_struct));
H A Dpngtest.c632 static int read_user_chunk_callback(png_struct *png_ptr,
1469 fprintf(STDERR, " sizeof(png_struct)=%ld, sizeof(png_info)=%ld\n",
1470 (long)png_sizeof(png_struct), (long)png_sizeof(png_info));
H A Dpng.h433 * "png_charp time_buffer" in png_struct and
1221 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1222 typedef png_struct FAR * png_structp;
1613 typedef png_struct FAR * FAR * png_structpp;
1947 /* Free any memory associated with the png_struct and the png_info_structs */
1955 /* Free any memory associated with the png_struct and the png_info_structs */
3173 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3192 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3316 /* Write the IHDR chunk, and update the png_struct with the necessary
H A DCHANGES133 current chunk name is now available in png_struct to reduce the number
437 user_depth, and user_channels into the png_struct, and a function
734 Rearranged some members at the end of png_info and png_struct, to put
744 1.00) members of png_struct and png_info, to regain binary compatibility
974 libpng will reallocate the png_struct and info_struct if they are too small.
1021 Include background_1 in png_struct regardless of gamma support.
1097 png_struct after an error in png_create_read_struct_2().
1249 Added compression_type to png_struct, and optimized the window size
2195 Moved local array "chunkdata" from pngrutil.c to the png_struct, so
2564 png_struct o
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngmem.c26 /* Allocate memory for a png_struct. The malloc and memset can be replaced
46 size = png_sizeof(png_struct);
53 png_struct dummy_struct;
85 png_struct dummy_struct;
328 /* Allocate memory for a png_struct or a png_info. The malloc and
338 /* Allocate memory for a png_struct or a png_info. The malloc and
351 size = png_sizeof(png_struct);
358 png_struct dummy_struct;
403 png_struct dummy_struct;
H A Dpngread.c195 if(png_sizeof(png_struct) > png_struct_size ||
213 if(png_sizeof(png_struct) > png_struct_size)
271 if(png_sizeof(png_struct) > png_struct_size)
279 png_memset(png_ptr, 0, png_sizeof (png_struct));
1286 /* Save the important info out of the png_struct, in case it is
1300 png_memset(png_ptr, 0, png_sizeof (png_struct));
H A Dpngwrite.c580 if(png_sizeof(png_struct) > png_struct_size ||
598 if(png_sizeof(png_struct) > png_struct_size)
657 if (png_sizeof(png_struct) > png_struct_size)
665 png_memset(png_ptr, 0, png_sizeof (png_struct));
1109 png_memset(png_ptr, 0, png_sizeof (png_struct));
H A Dpng.h316 * "png_charp time_buffer" in png_struct and
1057 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1058 typedef png_struct FAR * png_structp;
1416 typedef png_struct FAR * FAR * png_structpp;
1743 /* free any memory associated with the png_struct and the png_info_structs */
1751 /* free any memory associated with the png_struct and the png_info_structs */
2887 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
2905 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3012 /* Write the IHDR chunk, and update the png_struct with the necessary
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp76 png_struct* png = png_create_write_struct(PNG_LIBPNG_VER_STRING, 0, 0, 0);
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c190 png_struct *png_ptr = NULL;
H A Dpnm2png.c188 png_struct *png_ptr = NULL;
/external/pixman/test/
H A Dutils.c483 png_struct *write_struct;

Completed in 183 milliseconds