Searched refs:png_uint_32 (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | png.h | 649 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) 650 #define PNG_UINT_32_MAX ((png_uint_32)(-1)) 756 png_uint_32 width; /* width of row */ 778 typedef PNG_CALLBACK(void, *png_read_status_ptr, (png_structp, png_uint_32, 780 typedef PNG_CALLBACK(void, *png_write_status_ptr, (png_structp, png_uint_32, 798 png_uint_32, int)); 901 PNG_EXPORT(1, png_uint_32, png_access_version_number, (void)); 994 png_const_bytep chunk_name, png_uint_32 length)); 1245 PNG_EXPORT(39, void, png_set_filler, (png_structrp png_ptr, png_uint_32 filler, 1252 png_uint_32 filler, int flags)); [all …]
|
| D | pngconf.h | 511 typedef unsigned int png_uint_32; typedef 513 typedef unsigned long int png_uint_32; typedef 555 typedef png_uint_32 png_alloc_size_t; 581 typedef png_uint_32 * png_uint_32p; 582 typedef const png_uint_32 * png_const_uint_32p; 607 typedef png_uint_32 * * png_uint_32pp;
|
| /GUIX-v6.2.1/guix_studio/ |
| D | png_reader.cpp | 179 png_uint_32 width, height; in ReadImage() 239 png_uint_32 width, height; in ReadImage()
|