Home
last modified time | relevance | path

Searched refs:png_info (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/image-encoders/
DPNGImageEncoder.cpp70 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/
Dpng.c257 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()
Dpngmem.c44 size = png_sizeof(png_info); in png_create_struct_2()
349 size = png_sizeof(png_info); in png_create_struct_2()
Dpngread.c196 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()
Dpngwrite.c581 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()
Dpng.h932 } 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/
Dpng.c265 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()
DTODO4 Improve API by hiding the png_struct and png_info structs.
Dpngmem.c47 size = png_sizeof(png_info); in png_create_struct_2()
365 size = png_sizeof(png_info); in png_create_struct_2()
Dlibpng-1.2.44.txt95 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 …]
Dlibpng-1.2.46.txt95 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 …]
Dpngwrite.c620 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()
Dpngread.c224 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()
Dpng.h1096 } png_info; typedef
1098 typedef png_info FAR * png_infop;
1099 typedef png_info FAR * FAR * png_infopp;
1703 png_sizeof(png_info));
DREADME23 Note that some of the changes to the png_info structure render this
Dpngtest.c1470 (long)png_sizeof(png_struct), (long)png_sizeof(png_info)); in main()
DCHANGES734 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/
DPNGImageEncoder.cpp79 png_info* info = png_create_info_struct(png); in encodePixels()
/external/libpng/contrib/pngminus/
Dpng2pnm.c191 png_info *info_ptr = NULL; in png2pnm()
Dpnm2png.c189 png_info *info_ptr = NULL; in pnm2png()