Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_image

2668  * 1) Declare a 'png_image' structure (see below) on the stack, set the
2672 * 3) Set the png_image 'format' member to the required sample format.
2687 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2693 * png_image is a structure that describes the in-memory format of an image
2739 } png_image, *png_imagep;
2784 * #defines to be used in png_image::format. Each #define identifies a
2859 /* PNG_IMAGE macros
2861 * These are convenience macros to derive information from a png_image
2869 * NOTE: All the macros that take a png_image::format parameter are compile time
2943 /* Return the size, in bytes, of an image buffer given a png_image and a row
2952 /* Return the size, in bytes, of the image in memory given just a png_image;
2967 * 'flags' field of png_image.
3007 * The png_image passed to the read APIs must have been initialized by setting
3030 * png_image structure.
3070 * For write you must initialize a png_image structure to describe the image to
3147 * The png_image structure 'image' must be filled in as in the above