Searched defs:png_image (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpng.h2775 * 1) Declare a 'png_image' structure (see below) on the stack and set the
2778 * 3) Set the png_image 'format' member to the required sample format.
2793 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2799 * png_image is a structure that describes the in-memory format of an image
2842 } png_image, *png_imagep; typedef in typeref:struct:__anon9089
2887 * #defines to be used in png_image::format. Each #define identifies a
2962 * These are convenience macros to derive information from a png_image
2970 * NOTE: All the macros that take a png_image::format parameter are compile time
3040 /* Return the size, in bytes, of an image buffer given a png_image and a row
3046 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpng.h3061 * 1) Declare a 'png_image' structure (see below) on the stack and set the
3064 * 3) Set the png_image 'format' member to the required sample format.
3079 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
3085 * png_image is a structure that describes the in-memory format of an image
3128 } png_image, *png_imagep; typedef in typeref:struct:__anon13370
3173 * #defines to be used in png_image::format. Each #define identifies a
3248 * These are convenience macros to derive information from a png_image
3256 * NOTE: All the macros that take a png_image::format parameter are compile time
3326 /* Return the size, in bytes, of an image buffer given a png_image and a row
3332 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]

Completed in 437 milliseconds