Home
last modified time | relevance | path

Searched refs:png_struct (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/image-encoders/
DPNGImageEncoder.cpp70 PNGWriteStructDestroyer(png_struct** ps, png_info** pi) in PNGWriteStructDestroyer()
82 png_struct** m_pngStruct;
88png_struct* pngPtr = png_create_write_struct(PNG_LIBPNG_VER_STRING, png_voidp_NULL, png_error_ptr_… in compressRGBABigEndianToPNG()
/external/libpng/
Dpngmem.c49 size = png_sizeof(png_struct); in png_create_struct_2()
56 png_struct dummy_struct; in png_create_struct_2()
88 png_struct dummy_struct; in png_destroy_struct_2()
367 size = png_sizeof(png_struct); in png_create_struct_2()
374 png_struct dummy_struct; in png_create_struct_2()
419 png_struct dummy_struct; in png_destroy_struct_2()
DTODO4 Improve API by hiding the png_struct and png_info structs.
Dpngwrite.c619 if (png_sizeof(png_struct) > png_struct_size || in png_write_init_2()
637 if (png_sizeof(png_struct) > png_struct_size) in png_write_init_2()
697 if (png_sizeof(png_struct) > png_struct_size) in png_write_init_3()
705 png_memset(png_ptr, 0, png_sizeof(png_struct)); in png_write_init_3()
1164 png_memset(png_ptr, 0, png_sizeof(png_struct)); in png_write_destroy()
DY2KINFO21 "png_charp time_buffer" in png_struct and
Dpngread.c223 if (png_sizeof(png_struct) > png_struct_size || in png_read_init_2()
241 if (png_sizeof(png_struct) > png_struct_size) in png_read_init_2()
303 if (png_sizeof(png_struct) > png_struct_size) in png_read_init_3()
311 png_memset(png_ptr, 0, png_sizeof(png_struct)); in png_read_init_3()
1510 png_memset(png_ptr, 0, png_sizeof(png_struct)); in png_read_destroy()
Dpng.h1221 typedef struct png_struct_def png_struct; typedef
1222 typedef png_struct FAR * png_structp;
1613 typedef png_struct FAR * FAR * png_structpp;
3173 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3192 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
Dpngtest.c632 static int read_user_chunk_callback(png_struct *png_ptr, in read_user_chunk_callback()
1470 (long)png_sizeof(png_struct), (long)png_sizeof(png_info)); in main()
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 or info_struct members and other deprecated usage in
Dlibpng-1.2.44.txt95 png_struct and png_info instances, and thus its own image.
101 There are two main structures that are important to libpng, png_struct
102 and png_info. The first, png_struct, is an internal structure that
115 Applications that do make direct access to the members of png_struct (except
175 Next, png_struct and png_info need to be allocated and initialized. In
1661 Next, png_struct and png_info need to be allocated and initialized.
2537 png_struct and is initialized via png_init_io(). If you wish to change
2586 functions are normally supplied at the time that the png_struct is created.
2919 allocating and freeing the png_struct for each image read.
3199 "png_charp time_buffer" in png_struct and
Dlibpng-1.2.46.txt95 png_struct and png_info instances, and thus its own image.
101 There are two main structures that are important to libpng, png_struct
102 and png_info. The first, png_struct, is an internal structure that
115 Applications that do make direct access to the members of png_struct (except
175 Next, png_struct and png_info need to be allocated and initialized. In
1661 Next, png_struct and png_info need to be allocated and initialized.
2537 png_struct and is initialized via png_init_io(). If you wish to change
2586 functions are normally supplied at the time that the png_struct is created.
2919 allocating and freeing the png_struct for each image read.
3199 "png_charp time_buffer" in png_struct and
/external/qemu/distrib/libpng-1.2.19/
Dpngmem.c46 size = png_sizeof(png_struct); in png_create_struct_2()
53 png_struct dummy_struct; in png_create_struct_2()
85 png_struct dummy_struct; in png_destroy_struct_2()
351 size = png_sizeof(png_struct); in png_create_struct_2()
358 png_struct dummy_struct; in png_create_struct_2()
403 png_struct dummy_struct; in png_destroy_struct_2()
Dpngread.c195 if(png_sizeof(png_struct) > png_struct_size || in png_read_init_2()
213 if(png_sizeof(png_struct) > png_struct_size) in png_read_init_2()
271 if(png_sizeof(png_struct) > png_struct_size) in png_read_init_3()
279 png_memset(png_ptr, 0, png_sizeof (png_struct)); in png_read_init_3()
1300 png_memset(png_ptr, 0, png_sizeof (png_struct)); in png_read_destroy()
Dpngwrite.c580 if(png_sizeof(png_struct) > png_struct_size || in png_write_init_2()
598 if(png_sizeof(png_struct) > png_struct_size) in png_write_init_2()
657 if (png_sizeof(png_struct) > png_struct_size) in png_write_init_3()
665 png_memset(png_ptr, 0, png_sizeof (png_struct)); in png_write_init_3()
1109 png_memset(png_ptr, 0, png_sizeof (png_struct)); in png_write_destroy()
Dpng.h1057 typedef struct png_struct_def png_struct; typedef
1058 typedef png_struct FAR * png_structp;
1416 typedef png_struct FAR * FAR * png_structpp;
2887 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
2905 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
/external/webkit/Source/WebCore/platform/image-encoders/skia/
DPNGImageEncoder.cpp78 png_struct* png = png_create_write_struct(PNG_LIBPNG_VER_STRING, 0, 0, 0); in encodePixels()
/external/libpng/contrib/pngminus/
Dpng2pnm.c190 png_struct *png_ptr = NULL; in png2pnm()
Dpnm2png.c188 png_struct *png_ptr = NULL; in pnm2png()