Lines Matching refs:png_uint_32
178 png_uint_32 mode; /* tells us where we are in the PNG file */
179 png_uint_32 flags; /* flags indicating various things to libpng */
180 png_uint_32 transformations; /* which transformations to perform */
182 png_uint_32 zowner; /* ID (chunk type) of zstream owner, 0 if none */
213 png_uint_32 width; /* width of image in pixels */
214 png_uint_32 height; /* height of image in pixels */
215 png_uint_32 num_rows; /* number of rows in current pass */
216 png_uint_32 usr_width; /* width of row at start of write */
218 png_uint_32 iwidth; /* width of current interlaced row in pixels */
219 png_uint_32 row_number; /* current row in interlace pass */
220 png_uint_32 chunk_name; /* PNG_CHUNK() id of current chunk */
237 png_uint_32 idat_size; /* current IDAT size for read */
238 png_uint_32 crc; /* current chunk CRC value */
285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */
286 png_uint_32 flush_rows; /* number of rows written since last flush */
329 png_uint_32 push_length; /* size of current input chunk */
330 png_uint_32 skip_length; /* bytes to skip in input data */
368 png_uint_32 free_me; /* flags items libpng is responsible for freeing */
398 png_uint_32 mng_features_permitted;
431 png_uint_32 user_width_max;
432 png_uint_32 user_height_max;
437 png_uint_32 user_chunk_cache_max;
467 png_uint_32 io_state;