Searched defs:png_info (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpng.h480 /* png_info contains information read from or to be written to a PNG file. One
489 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
490 typedef png_info * png_infop;
491 typedef const png_info * png_const_infop;
492 typedef png_info * * png_infopp;
507 typedef png_info * PNG_RESTRICT png_inforp;
508 typedef const png_info * PNG_RESTRICT png_const_inforp;
697 /* These describe the color_type field in png_info. */
1769 * by libpng or by the application; this works on the png_info structure passed
1770 * in, it does not change the state for other png_info structure
[all...]
/external/pdfium/third_party/libpng16/
H A Dpng.h480 /* png_info contains information read from or to be written to a PNG file. One
489 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
490 typedef png_info * png_infop;
491 typedef const png_info * png_const_infop;
492 typedef png_info * * png_infopp;
507 typedef png_info * PNG_RESTRICT png_inforp;
508 typedef const png_info * PNG_RESTRICT png_const_inforp;
697 /* These describe the color_type field in png_info. */
1769 * by libpng or by the application; this works on the png_info structure passed
1770 * in, it does not change the state for other png_info structure
[all...]
/external/skia/third_party/libpng/
H A Dpng.h480 /* png_info contains information read from or to be written to a PNG file. One
489 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
490 typedef png_info * png_infop;
491 typedef const png_info * png_const_infop;
492 typedef png_info * * png_infopp;
507 typedef png_info * PNG_RESTRICT png_inforp;
508 typedef const png_info * PNG_RESTRICT png_const_inforp;
697 /* These describe the color_type field in png_info. */
1769 * by libpng or by the application; this works on the png_info structure passed
1770 * in, it does not change the state for other png_info structure
[all...]
/external/syslinux/com32/include/
H A Dpng.h768 /* png_info is a structure that holds the information in a PNG file so
1044 } png_info; typedef in typeref:struct:png_info_struct
1046 typedef png_info FAR * png_infop;
1047 typedef png_info FAR * FAR * png_infopp;
1058 /* These describe the color_type field in png_info. */
1642 png_sizeof(png_info));
2236 * These functions should be used instead of directly accessing png_info

Completed in 144 milliseconds