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

/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc145 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) {
251 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
272 void DecodeEndCallback(png_struct* png_ptr, png_info* info) {
285 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
291 png_struct** ps_;
296 png_struct** png_ptr, png_info** info_ptr) {
323 png_struct* png_ptr = NULL;
464 bool DoLibpngWrite(png_struct* png_ptr, png_info* info_ptr,
580 png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc158 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) {
281 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
304 void DecodeEndCallback(png_struct* png_ptr, png_info* info) {
317 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {
323 png_struct** ps_;
332 explicit PngWriteStructDestroyer(png_struct** ps) : ps_(ps), pi_(0) {
341 png_struct** ps_;
347 png_struct** png_ptr, png_info** info_ptr) {
395 png_struct* png_ptr = NULL;
434 png_struct* png_pt
[all...]
H A Dpng_codec_unittest.cc193 png_struct* png_ptr =
/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/qemu/distrib/libpng-1.2.46/
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 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
/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/
H A Dpngmem.c23 /* Free a png_struct */
30 * png_get_mem_ptr, so fake a temporary png_struct to support this.
32 png_struct dummy_struct = *png_ptr;
H A Dpng.h358 * "char time_buffer[29]" in png_struct. This is no longer used
557 * png_struct is the cache of information used while reading or writing a single
561 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
562 typedef const png_struct * png_const_structp;
563 typedef png_struct * png_structp;
564 typedef png_struct * * png_structpp;
591 typedef png_struct * PNG_RESTRICT png_structrp;
592 typedef const png_struct * PNG_RESTRICT png_const_structrp;
1152 * png_struct, this will be removed in future versions.
1538 /* Free any memory associated with the png_struct an
[all...]
H A Dpngtest.c671 read_user_chunk_callback(png_struct *png_ptr, png_unknown_chunkp chunk)
H A Dpng.c163 * functions that create a png_struct.
221 /* Generic function to create a png_struct for either read or write - this
229 png_struct create_struct;
252 * in png_struct regardless.
258 /* The following two API calls simply set fields in png_struct, so it is safe
299 /* png_ptr->zstream holds a back-pointer to the png_struct, so
322 * simple failure to allocate the png_struct.
743 /* Original API that uses a private buffer in png_struct.
744 * Deprecated because it causes png_struct to carry a spurious temporary
745 * buffer (png_struct
[all...]
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c191 png_struct *png_ptr = NULL;
H A Dpnm2png.c189 png_struct *png_ptr = NULL;
/external/pixman/test/
H A Dutils.c483 png_struct *write_struct;

Completed in 347 milliseconds