Searched refs:png_info (Results 1 – 20 of 20) sorted by relevance
/external/webkit/Source/WebCore/platform/image-encoders/ |
D | PNGImageEncoder.cpp | 70 PNGWriteStructDestroyer(png_struct** ps, png_info** pi) in PNGWriteStructDestroyer() 83 png_info** m_pngInfo; 92 png_info* infoPtr = png_create_info_struct(pngPtr); in compressRGBABigEndianToPNG()
|
/external/qemu/distrib/libpng-1.2.19/ |
D | png.c | 257 png_info_init_3(&info_ptr, png_sizeof(png_info)); in png_create_info_struct() 314 if(png_sizeof(png_info) > png_info_struct_size) in png_info_init_3() 322 png_memset(info_ptr, 0, png_sizeof (png_info)); in png_info_init_3() 613 png_info_init_3(&info_ptr, png_sizeof(png_info)); in png_info_destroy()
|
D | pngmem.c | 44 size = png_sizeof(png_info); in png_create_struct_2() 349 size = png_sizeof(png_info); in png_create_struct_2()
|
D | pngread.c | 196 png_sizeof(png_info) > png_info_size) in png_read_init_2() 222 if(png_sizeof(png_info) > png_info_size) in png_read_init_2()
|
D | pngwrite.c | 581 png_sizeof(png_info) > png_info_size) in png_write_init_2() 607 if(png_sizeof(png_info) > png_info_size) in png_write_init_2()
|
D | png.h | 932 } png_info; typedef 934 typedef png_info FAR * png_infop; 935 typedef png_info FAR * FAR * png_infopp; 1505 png_sizeof(png_info));
|
/external/libpng/ |
D | png.c | 265 png_info_init_3(&info_ptr, png_sizeof(png_info)); in png_create_info_struct() 326 if (png_sizeof(png_info) > png_info_struct_size) in png_info_init_3() 334 png_memset(info_ptr, 0, png_sizeof(png_info)); in png_info_init_3() 629 png_info_init_3(&info_ptr, png_sizeof(png_info)); in png_info_destroy()
|
D | TODO | 4 Improve API by hiding the png_struct and png_info structs.
|
D | pngmem.c | 47 size = png_sizeof(png_info); in png_create_struct_2() 365 size = png_sizeof(png_info); in png_create_struct_2()
|
D | libpng-1.2.44.txt | 95 png_struct and png_info instances, and thus its own image. 102 and png_info. The first, png_struct, is an internal structure that 106 The png_info structure is designed to provide information about the 107 PNG file. At one time, the fields of png_info were intended to be 110 a set of interface functions for png_info (the png_get_*() and png_set_*() 111 functions) was developed. The fields of png_info are still available for 117 and applications that make direct access to the members of png_info must 120 members of the png_info structure reverted to the old order, as they were 175 Next, png_struct and png_info need to be allocated and initialized. In 796 For more information, see the png_info definition in png.h and the [all …]
|
D | libpng-1.2.46.txt | 95 png_struct and png_info instances, and thus its own image. 102 and png_info. The first, png_struct, is an internal structure that 106 The png_info structure is designed to provide information about the 107 PNG file. At one time, the fields of png_info were intended to be 110 a set of interface functions for png_info (the png_get_*() and png_set_*() 111 functions) was developed. The fields of png_info are still available for 117 and applications that make direct access to the members of png_info must 120 members of the png_info structure reverted to the old order, as they were 175 Next, png_struct and png_info need to be allocated and initialized. In 796 For more information, see the png_info definition in png.h and the [all …]
|
D | pngwrite.c | 620 png_sizeof(png_info) > png_info_size) in png_write_init_2() 647 if (png_sizeof(png_info) > png_info_size) in png_write_init_2()
|
D | pngread.c | 224 png_sizeof(png_info) > png_info_size) in png_read_init_2() 251 if (png_sizeof(png_info) > png_info_size) in png_read_init_2()
|
D | png.h | 1096 } png_info; typedef 1098 typedef png_info FAR * png_infop; 1099 typedef png_info FAR * FAR * png_infopp; 1703 png_sizeof(png_info));
|
D | README | 23 Note that some of the changes to the png_info structure render this
|
D | pngtest.c | 1470 (long)png_sizeof(png_struct), (long)png_sizeof(png_info)); in main()
|
D | CHANGES | 734 Rearranged some members at the end of png_info and png_struct, to put 736 and free_me, png_read_user_fn, and png_free_fn within the original png_info, 744 1.00) members of png_struct and png_info, to regain binary compatibility
|
/external/webkit/Source/WebCore/platform/image-encoders/skia/ |
D | PNGImageEncoder.cpp | 79 png_info* info = png_create_info_struct(png); in encodePixels()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 191 png_info *info_ptr = NULL; in png2pnm()
|
D | pnm2png.c | 189 png_info *info_ptr = NULL; in pnm2png()
|