Searched refs:png_image (Results 1 - 9 of 9) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngtopng.c32 png_image image;
H A Dsimpleover.c212 png_image image;
282 png_image save;
353 png_image in;
537 png_image image;
564 * allocated data in png_image, and only the buffer needs to be
/external/libpng/
H A Dexample.c48 png_image image; /* The control structure used by libpng */
50 /* Initialize the 'png_image' structure. */
130 * textual message in the 'png_image' structure:
H A Dpng.h2662 * 1) Declare a 'png_image' structure (see below) on the stack, set the
2666 * 3) Set the png_image 'format' member to the required sample format.
2681 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2687 * png_image is a structure that describes the in-memory format of an image
2733 } png_image, *png_imagep; typedef in typeref:struct:__anon11544
2778 * #defines to be used in png_image::format. Each #define identifies a
2853 * These are convenience macros to derive information from a png_image
2861 * NOTE: All the macros that take a png_image::format parameter are compile time
2935 /* Return the size, in bytes, of an image buffer given a png_image and a row
2944 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]
/external/skia/third_party/libpng/
H A Dexample.c48 png_image image; /* The control structure used by libpng */
50 /* Initialize the 'png_image' structure. */
130 * textual message in the 'png_image' structure:
H A Dpng.h2656 * 1) Declare a 'png_image' structure (see below) on the stack, set the
2660 * 3) Set the png_image 'format' member to the required sample format.
2675 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2681 * png_image is a structure that describes the in-memory format of an image
2727 } png_image, *png_imagep; typedef in typeref:struct:__anon18542
2772 * #defines to be used in png_image::format. Each #define identifies a
2847 * These are convenience macros to derive information from a png_image
2855 * NOTE: All the macros that take a png_image::format parameter are compile time
2929 /* Return the size, in bytes, of an image buffer given a png_image and a row
2938 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]
/external/libpng/contrib/tools/
H A Dgenpng.c759 png_image image;
/external/pdfium/third_party/libpng16/
H A Dpng.h2656 * 1) Declare a 'png_image' structure (see below) on the stack, set the
2660 * 3) Set the png_image 'format' member to the required sample format.
2675 * 1) Declare a 'png_image' structure on the stack and memset() it to all zero.
2681 * png_image is a structure that describes the in-memory format of an image
2727 } png_image, *png_imagep; typedef in typeref:struct:__anon16743
2772 * #defines to be used in png_image::format. Each #define identifies a
2847 * These are convenience macros to derive information from a png_image
2855 * NOTE: All the macros that take a png_image::format parameter are compile time
2929 /* Return the size, in bytes, of an image buffer given a png_image and a row
2938 /* Return the size, in bytes, of the image in memory given just a png_image;
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c571 /* The super-class of a png_image, contains the decoded image plus the input
576 png_image image;
758 /* Make sure the png_image has been freed - validates that libpng is doing what

Completed in 151 milliseconds