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.c32 png_image image; in main()
/external/oss-fuzz/projects/libpng-proto/
Dlibpng_transforms_fuzzer.cc113 png_image image; in LLVMFuzzerTestOneInput()
/external/libpng/
Dexample.c51 png_image image; /* The control structure used by libpng */
Dlibpng-manual.txt3787 1) Declare a 'png_image' structure (see below) on the stack, set the
3793 3) Set the png_image 'format' member to the required sample format.
3810 1) Declare a 'png_image' structure on the stack and memset()
3821 png_image is a structure that describes the in-memory format of an image
3823 need to write. The "png_image" structure contains the following members:
3893 The #defines to be used in png_image::format. Each #define identifies a
3968 These are convenience macros to derive information from a png_image
3976 NOTE: All the macros that take a png_image::format parameter are compile time
4040 Return the size, in bytes, of an image buffer given a png_image and a row
4044 Return the size, in bytes, of the image in memory given just a png_image;
[all …]
Dpng.h2708 } png_image, *png_imagep; typedef
DCHANGES4255 Updated simplified API synopses and description of the png_image structure
4460 adds a new flag to the png_image::flags member to allow the
/external/libpng/contrib/tools/
Dgenpng.c761 png_image image; in main()
/external/libpng/contrib/libtests/
Dpngstest.c576 png_image image;