Searched refs:png_image (Results 1 – 9 of 9) sorted by relevance
212 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()
34 png_image image; in main()
48 png_image image; /* The control structure used by libpng */
3786 1) Declare a 'png_image' structure (see below) on the stack, set the3792 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 image3822 need to write. The "png_image" structure contains the following members:3892 The #defines to be used in png_image::format. Each #define identifies a3967 These are convenience macros to derive information from a png_image3975 NOTE: All the macros that take a png_image::format parameter are compile time4039 Return the size, in bytes, of an image buffer given a png_image and a row4043 Return the size, in bytes, of the image in memory given just a png_image;[all …]
2739 } png_image, *png_imagep; typedef
4256 Updated simplified API synopses and description of the png_image structure4461 adds a new flag to the png_image::flags member to allow the
760 png_image image; in main()
2727 } png_image, *png_imagep; typedef
575 png_image image;