Home
last modified time | relevance | path

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

/external/libpng/contrib/examples/
Dsimpleover.c212 png_image image; in create_sprite()
282 png_image save; in create_sprite()
353 png_image in; in add_sprite()
537 png_image image; in main()
Dpngtopng.c34 png_image image; in main()
/external/libpng/
Dexample.c48 png_image image; /* The control structure used by libpng */
Dlibpng-manual.txt3786 1) Declare a 'png_image' structure (see below) on the stack, set the
3792 3) Set the png_image 'format' member to the required sample format.
3809 1) Declare a 'png_image' structure on the stack and memset()
3820 png_image is a structure that describes the in-memory format of an image
3822 need to write. The "png_image" structure contains the following members:
3892 The #defines to be used in png_image::format. Each #define identifies a
3967 These are convenience macros to derive information from a png_image
3975 NOTE: All the macros that take a png_image::format parameter are compile time
4039 Return the size, in bytes, of an image buffer given a png_image and a row
4043 Return the size, in bytes, of the image in memory given just a png_image;
[all …]
Dpng.h2739 } png_image, *png_imagep; typedef
DCHANGES4256 Updated simplified API synopses and description of the png_image structure
4461 adds a new flag to the png_image::flags member to allow the
/external/libpng/contrib/tools/
Dgenpng.c760 png_image image; in main()
/external/pdfium/third_party/libpng16/
Dpng.h2727 } png_image, *png_imagep; typedef
/external/libpng/contrib/libtests/
Dpngstest.c575 png_image image;