Home | History | Annotate | Download | only in jni

Lines Matching refs:png_uint_32

62    png_uint_32 mode;          /* tells us where we are in the PNG file */
63 png_uint_32 flags; /* flags indicating various things to libpng */
64 png_uint_32 transformations; /* which transformations to perform */
80 png_uint_32 zlib_state; /* State of zlib initialization */
100 png_uint_32 width; /* width of image in pixels */
101 png_uint_32 height; /* height of image in pixels */
102 png_uint_32 num_rows; /* number of rows in current pass */
103 png_uint_32 usr_width; /* width of row at start of write */
105 png_uint_32 iwidth; /* width of current interlaced row in pixels */
106 png_uint_32 row_number; /* current row in interlace pass */
107 png_uint_32 chunk_name; /* PNG_CHUNK() id of current chunk */
120 png_uint_32 idat_size; /* current IDAT size for read */
121 png_uint_32 crc; /* current chunk CRC value */
166 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */
167 png_uint_32 flush_rows; /* number of rows written since last flush */
211 png_uint_32 push_length; /* size of current input chunk */
212 png_uint_32 skip_length; /* bytes to skip in input data */
257 png_uint_32 free_me; /* flags items libpng is responsible for freeing */
287 /* Changed from png_byte to png_uint_32 at version 1.2.0 */
288 png_uint_32 mng_features_permitted;
321 png_uint_32 user_width_max;
322 png_uint_32 user_height_max;
327 png_uint_32 user_chunk_cache_max;
349 png_uint_32 io_state;