PNG_DEPSTRUCT 815 third_party/libpng/png.h png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ PNG_DEPSTRUCT 816 third_party/libpng/png.h png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ PNG_DEPSTRUCT 817 third_party/libpng/png.h png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ PNG_DEPSTRUCT 818 third_party/libpng/png.h png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ PNG_DEPSTRUCT 819 third_party/libpng/png.h png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ PNG_DEPSTRUCT 820 third_party/libpng/png.h png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ PNG_DEPSTRUCT 821 third_party/libpng/png.h png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ PNG_DEPSTRUCT 822 third_party/libpng/png.h png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ PNG_DEPSTRUCT 823 third_party/libpng/png.h png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ PNG_DEPSTRUCT 825 third_party/libpng/png.h png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ PNG_DEPSTRUCT 826 third_party/libpng/png.h png_byte filter_type PNG_DEPSTRUCT; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ PNG_DEPSTRUCT 827 third_party/libpng/png.h png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ PNG_DEPSTRUCT 830 third_party/libpng/png.h png_byte channels PNG_DEPSTRUCT; /* number of data channels per pixel (1, 2, 3, 4) */ PNG_DEPSTRUCT 831 third_party/libpng/png.h png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */ PNG_DEPSTRUCT 832 third_party/libpng/png.h png_byte spare_byte PNG_DEPSTRUCT; /* to align the data, and for future use */ PNG_DEPSTRUCT 833 third_party/libpng/png.h png_byte signature[8] PNG_DEPSTRUCT; /* magic bytes read by libpng from start of file */ PNG_DEPSTRUCT 846 third_party/libpng/png.h float gamma PNG_DEPSTRUCT; /* gamma value of image, if (valid & PNG_INFO_gAMA) */ PNG_DEPSTRUCT 852 third_party/libpng/png.h png_byte srgb_intent PNG_DEPSTRUCT; /* sRGB rendering intent [0, 1, 2, or 3] */ PNG_DEPSTRUCT 864 third_party/libpng/png.h int num_text PNG_DEPSTRUCT; /* number of comments read/to write */ PNG_DEPSTRUCT 865 third_party/libpng/png.h int max_text PNG_DEPSTRUCT; /* current size of text array */ PNG_DEPSTRUCT 866 third_party/libpng/png.h png_textp text PNG_DEPSTRUCT; /* array of comments read/to write */ PNG_DEPSTRUCT 873 third_party/libpng/png.h png_time mod_time PNG_DEPSTRUCT; PNG_DEPSTRUCT 883 third_party/libpng/png.h png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */ PNG_DEPSTRUCT 897 third_party/libpng/png.h png_bytep trans PNG_DEPSTRUCT; /* transparent values for paletted image */ PNG_DEPSTRUCT 898 third_party/libpng/png.h png_color_16 trans_values PNG_DEPSTRUCT; /* transparent color for non-palette image */ PNG_DEPSTRUCT 908 third_party/libpng/png.h png_color_16 background PNG_DEPSTRUCT; PNG_DEPSTRUCT 917 third_party/libpng/png.h png_int_32 x_offset PNG_DEPSTRUCT; /* x offset on page */ PNG_DEPSTRUCT 918 third_party/libpng/png.h png_int_32 y_offset PNG_DEPSTRUCT; /* y offset on page */ PNG_DEPSTRUCT 919 third_party/libpng/png.h png_byte offset_unit_type PNG_DEPSTRUCT; /* offset units type */ PNG_DEPSTRUCT 927 third_party/libpng/png.h png_uint_32 x_pixels_per_unit PNG_DEPSTRUCT; /* horizontal pixel density */ PNG_DEPSTRUCT 928 third_party/libpng/png.h png_uint_32 y_pixels_per_unit PNG_DEPSTRUCT; /* vertical pixel density */ PNG_DEPSTRUCT 929 third_party/libpng/png.h png_byte phys_unit_type PNG_DEPSTRUCT; /* resolution type (see PNG_RESOLUTION_ below) */ PNG_DEPSTRUCT 939 third_party/libpng/png.h png_uint_16p hist PNG_DEPSTRUCT; PNG_DEPSTRUCT 950 third_party/libpng/png.h float x_white PNG_DEPSTRUCT; PNG_DEPSTRUCT 951 third_party/libpng/png.h float y_white PNG_DEPSTRUCT; PNG_DEPSTRUCT 952 third_party/libpng/png.h float x_red PNG_DEPSTRUCT; PNG_DEPSTRUCT 953 third_party/libpng/png.h float y_red PNG_DEPSTRUCT; PNG_DEPSTRUCT 954 third_party/libpng/png.h float x_green PNG_DEPSTRUCT; PNG_DEPSTRUCT 955 third_party/libpng/png.h float y_green PNG_DEPSTRUCT; PNG_DEPSTRUCT 956 third_party/libpng/png.h float x_blue PNG_DEPSTRUCT; PNG_DEPSTRUCT 957 third_party/libpng/png.h float y_blue PNG_DEPSTRUCT; PNG_DEPSTRUCT 973 third_party/libpng/png.h png_charp pcal_purpose PNG_DEPSTRUCT; /* pCAL chunk description string */ PNG_DEPSTRUCT 974 third_party/libpng/png.h png_int_32 pcal_X0 PNG_DEPSTRUCT; /* minimum value */ PNG_DEPSTRUCT 975 third_party/libpng/png.h png_int_32 pcal_X1 PNG_DEPSTRUCT; /* maximum value */ PNG_DEPSTRUCT 976 third_party/libpng/png.h png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */ PNG_DEPSTRUCT 977 third_party/libpng/png.h png_charpp pcal_params PNG_DEPSTRUCT; /* ASCII strings containing parameter values */ PNG_DEPSTRUCT 978 third_party/libpng/png.h png_byte pcal_type PNG_DEPSTRUCT; /* equation type (see PNG_EQUATION_ below) */ PNG_DEPSTRUCT 979 third_party/libpng/png.h png_byte pcal_nparams PNG_DEPSTRUCT; /* number of parameters given in pcal_params */ PNG_DEPSTRUCT 984 third_party/libpng/png.h png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is responsible for freeing */ PNG_DEPSTRUCT 990 third_party/libpng/png.h png_unknown_chunkp unknown_chunks PNG_DEPSTRUCT; PNG_DEPSTRUCT 991 third_party/libpng/png.h png_size_t unknown_chunks_num PNG_DEPSTRUCT; PNG_DEPSTRUCT 996 third_party/libpng/png.h png_charp iccp_name PNG_DEPSTRUCT; /* profile name */ PNG_DEPSTRUCT 997 third_party/libpng/png.h png_charp iccp_profile PNG_DEPSTRUCT; /* International Color Consortium profile data */ PNG_DEPSTRUCT 999 third_party/libpng/png.h png_uint_32 iccp_proflen PNG_DEPSTRUCT; /* ICC profile data length */ PNG_DEPSTRUCT 1000 third_party/libpng/png.h png_byte iccp_compression PNG_DEPSTRUCT; /* Always zero */ PNG_DEPSTRUCT 1005 third_party/libpng/png.h png_sPLT_tp splt_palettes PNG_DEPSTRUCT; PNG_DEPSTRUCT 1006 third_party/libpng/png.h png_uint_32 splt_palettes_num PNG_DEPSTRUCT; PNG_DEPSTRUCT 1017 third_party/libpng/png.h png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */ PNG_DEPSTRUCT 1019 third_party/libpng/png.h double scal_pixel_width PNG_DEPSTRUCT; /* width of one pixel */ PNG_DEPSTRUCT 1020 third_party/libpng/png.h double scal_pixel_height PNG_DEPSTRUCT; /* height of one pixel */ PNG_DEPSTRUCT 1023 third_party/libpng/png.h png_charp scal_s_width PNG_DEPSTRUCT; /* string containing height */ PNG_DEPSTRUCT 1024 third_party/libpng/png.h png_charp scal_s_height PNG_DEPSTRUCT; /* string containing width */ PNG_DEPSTRUCT 1031 third_party/libpng/png.h png_bytepp row_pointers PNG_DEPSTRUCT; /* the image bits */ PNG_DEPSTRUCT 1035 third_party/libpng/png.h png_fixed_point int_gamma PNG_DEPSTRUCT; /* gamma of image, if (valid & PNG_INFO_gAMA) */ PNG_DEPSTRUCT 1039 third_party/libpng/png.h png_fixed_point int_x_white PNG_DEPSTRUCT; PNG_DEPSTRUCT 1040 third_party/libpng/png.h png_fixed_point int_y_white PNG_DEPSTRUCT; PNG_DEPSTRUCT 1041 third_party/libpng/png.h png_fixed_point int_x_red PNG_DEPSTRUCT; PNG_DEPSTRUCT 1042 third_party/libpng/png.h png_fixed_point int_y_red PNG_DEPSTRUCT; PNG_DEPSTRUCT 1043 third_party/libpng/png.h png_fixed_point int_x_green PNG_DEPSTRUCT; PNG_DEPSTRUCT 1044 third_party/libpng/png.h png_fixed_point int_y_green PNG_DEPSTRUCT; PNG_DEPSTRUCT 1045 third_party/libpng/png.h png_fixed_point int_x_blue PNG_DEPSTRUCT; PNG_DEPSTRUCT 1046 third_party/libpng/png.h png_fixed_point int_y_blue PNG_DEPSTRUCT; PNG_DEPSTRUCT 1246 third_party/libpng/png.h png_error_ptr error_fn PNG_DEPSTRUCT; /* function for printing errors and aborting */ PNG_DEPSTRUCT 1247 third_party/libpng/png.h png_error_ptr warning_fn PNG_DEPSTRUCT; /* function for printing warnings */ PNG_DEPSTRUCT 1248 third_party/libpng/png.h png_voidp error_ptr PNG_DEPSTRUCT; /* user supplied struct for error functions */ PNG_DEPSTRUCT 1249 third_party/libpng/png.h png_rw_ptr write_data_fn PNG_DEPSTRUCT; /* function for writing output data */ PNG_DEPSTRUCT 1250 third_party/libpng/png.h png_rw_ptr read_data_fn PNG_DEPSTRUCT; /* function for reading input data */ PNG_DEPSTRUCT 1251 third_party/libpng/png.h png_voidp io_ptr PNG_DEPSTRUCT; /* ptr to application struct for I/O functions */ PNG_DEPSTRUCT 1254 third_party/libpng/png.h png_user_transform_ptr read_user_transform_fn PNG_DEPSTRUCT; /* user read transform */ PNG_DEPSTRUCT 1258 third_party/libpng/png.h png_user_transform_ptr write_user_transform_fn PNG_DEPSTRUCT; /* user write transform */ PNG_DEPSTRUCT 1265 third_party/libpng/png.h png_voidp user_transform_ptr PNG_DEPSTRUCT; /* user supplied struct for user transform */ PNG_DEPSTRUCT 1266 third_party/libpng/png.h png_byte user_transform_depth PNG_DEPSTRUCT; /* bit depth of user transformed pixels */ PNG_DEPSTRUCT 1267 third_party/libpng/png.h png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user transformed pixels */ PNG_DEPSTRUCT 1271 third_party/libpng/png.h png_uint_32 mode PNG_DEPSTRUCT; /* tells us where we are in the PNG file */ PNG_DEPSTRUCT 1272 third_party/libpng/png.h png_uint_32 flags PNG_DEPSTRUCT; /* flags indicating various things to libpng */ PNG_DEPSTRUCT 1273 third_party/libpng/png.h png_uint_32 transformations PNG_DEPSTRUCT; /* which transformations to perform */ PNG_DEPSTRUCT 1275 third_party/libpng/png.h z_stream zstream PNG_DEPSTRUCT; /* pointer to decompression structure (below) */ PNG_DEPSTRUCT 1276 third_party/libpng/png.h png_bytep zbuf PNG_DEPSTRUCT; /* buffer for zlib */ PNG_DEPSTRUCT 1277 third_party/libpng/png.h png_size_t zbuf_size PNG_DEPSTRUCT; /* size of zbuf */ PNG_DEPSTRUCT 1278 third_party/libpng/png.h int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */ PNG_DEPSTRUCT 1279 third_party/libpng/png.h int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */ PNG_DEPSTRUCT 1280 third_party/libpng/png.h int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window bits */ PNG_DEPSTRUCT 1281 third_party/libpng/png.h int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory level */ PNG_DEPSTRUCT 1282 third_party/libpng/png.h int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression strategy */ PNG_DEPSTRUCT 1284 third_party/libpng/png.h png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels */ PNG_DEPSTRUCT 1285 third_party/libpng/png.h png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels */ PNG_DEPSTRUCT 1286 third_party/libpng/png.h png_uint_32 num_rows PNG_DEPSTRUCT; /* number of rows in current pass */ PNG_DEPSTRUCT 1287 third_party/libpng/png.h png_uint_32 usr_width PNG_DEPSTRUCT; /* width of row at start of write */ PNG_DEPSTRUCT 1288 third_party/libpng/png.h png_uint_32 rowbytes PNG_DEPSTRUCT; /* size of row in bytes */ PNG_DEPSTRUCT 1290 third_party/libpng/png.h png_size_t irowbytes PNG_DEPSTRUCT; PNG_DEPSTRUCT 1297 third_party/libpng/png.h png_uint_32 user_chunk_cache_max PNG_DEPSTRUCT; PNG_DEPSTRUCT 1299 third_party/libpng/png.h png_uint_32 iwidth PNG_DEPSTRUCT; /* width of current interlaced row in pixels */ PNG_DEPSTRUCT 1300 third_party/libpng/png.h png_uint_32 row_number PNG_DEPSTRUCT; /* current row in interlace pass */ PNG_DEPSTRUCT 1301 third_party/libpng/png.h png_bytep prev_row PNG_DEPSTRUCT; /* buffer to save previous (unfiltered) row */ PNG_DEPSTRUCT 1302 third_party/libpng/png.h png_bytep row_buf PNG_DEPSTRUCT; /* buffer to save current (unfiltered) row */ PNG_DEPSTRUCT 1304 third_party/libpng/png.h png_bytep sub_row PNG_DEPSTRUCT; /* buffer to save "sub" row when filtering */ PNG_DEPSTRUCT 1305 third_party/libpng/png.h png_bytep up_row PNG_DEPSTRUCT; /* buffer to save "up" row when filtering */ PNG_DEPSTRUCT 1306 third_party/libpng/png.h png_bytep avg_row PNG_DEPSTRUCT; /* buffer to save "avg" row when filtering */ PNG_DEPSTRUCT 1307 third_party/libpng/png.h png_bytep paeth_row PNG_DEPSTRUCT; /* buffer to save "Paeth" row when filtering */ PNG_DEPSTRUCT 1309 third_party/libpng/png.h png_row_info row_info PNG_DEPSTRUCT; /* used for transformation routines */ PNG_DEPSTRUCT 1311 third_party/libpng/png.h png_uint_32 idat_size PNG_DEPSTRUCT; /* current IDAT size for read */ PNG_DEPSTRUCT 1312 third_party/libpng/png.h png_uint_32 crc PNG_DEPSTRUCT; /* current chunk CRC value */ PNG_DEPSTRUCT 1313 third_party/libpng/png.h png_colorp palette PNG_DEPSTRUCT; /* palette from the input file */ PNG_DEPSTRUCT 1314 third_party/libpng/png.h png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in palette */ PNG_DEPSTRUCT 1315 third_party/libpng/png.h png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparency values */ PNG_DEPSTRUCT 1316 third_party/libpng/png.h png_byte chunk_name[5] PNG_DEPSTRUCT; /* null-terminated name of current chunk */ PNG_DEPSTRUCT 1317 third_party/libpng/png.h png_byte compression PNG_DEPSTRUCT; /* file compression type (always 0) */ PNG_DEPSTRUCT 1318 third_party/libpng/png.h png_byte filter PNG_DEPSTRUCT; /* file filter type (always 0) */ PNG_DEPSTRUCT 1319 third_party/libpng/png.h png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ PNG_DEPSTRUCT 1320 third_party/libpng/png.h png_byte pass PNG_DEPSTRUCT; /* current interlace pass (0 - 6) */ PNG_DEPSTRUCT 1321 third_party/libpng/png.h png_byte do_filter PNG_DEPSTRUCT; /* row filter flags (see PNG_FILTER_ below ) */ PNG_DEPSTRUCT 1322 third_party/libpng/png.h png_byte color_type PNG_DEPSTRUCT; /* color type of file */ PNG_DEPSTRUCT 1323 third_party/libpng/png.h png_byte bit_depth PNG_DEPSTRUCT; /* bit depth of file */ PNG_DEPSTRUCT 1324 third_party/libpng/png.h png_byte usr_bit_depth PNG_DEPSTRUCT; /* bit depth of users row */ PNG_DEPSTRUCT 1325 third_party/libpng/png.h png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */ PNG_DEPSTRUCT 1326 third_party/libpng/png.h png_byte channels PNG_DEPSTRUCT; /* number of channels in file */ PNG_DEPSTRUCT 1327 third_party/libpng/png.h png_byte usr_channels PNG_DEPSTRUCT; /* channels at start of write */ PNG_DEPSTRUCT 1328 third_party/libpng/png.h png_byte sig_bytes PNG_DEPSTRUCT; /* magic bytes read/written from start of file */ PNG_DEPSTRUCT 1332 third_party/libpng/png.h png_byte filler PNG_DEPSTRUCT; /* filler byte for pixel expansion */ PNG_DEPSTRUCT 1334 third_party/libpng/png.h png_uint_16 filler PNG_DEPSTRUCT; /* filler bytes for pixel expansion */ PNG_DEPSTRUCT 1339 third_party/libpng/png.h png_byte background_gamma_type PNG_DEPSTRUCT; PNG_DEPSTRUCT 1341 third_party/libpng/png.h float background_gamma PNG_DEPSTRUCT; PNG_DEPSTRUCT 1343 third_party/libpng/png.h png_color_16 background PNG_DEPSTRUCT; /* background color in screen gamma space */ PNG_DEPSTRUCT 1345 third_party/libpng/png.h png_color_16 background_1 PNG_DEPSTRUCT; /* background normalized to gamma 1.0 */ PNG_DEPSTRUCT 1350 third_party/libpng/png.h png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */ PNG_DEPSTRUCT 1351 third_party/libpng/png.h png_uint_32 flush_dist PNG_DEPSTRUCT; /* how many rows apart to flush, 0 - no flush */ PNG_DEPSTRUCT 1352 third_party/libpng/png.h png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */ PNG_DEPSTRUCT 1356 third_party/libpng/png.h int gamma_shift PNG_DEPSTRUCT; /* number of "insignificant" bits 16-bit gamma */ PNG_DEPSTRUCT 1358 third_party/libpng/png.h float gamma PNG_DEPSTRUCT; /* file gamma value */ PNG_DEPSTRUCT 1359 third_party/libpng/png.h float screen_gamma PNG_DEPSTRUCT; /* screen gamma value (display_exponent) */ PNG_DEPSTRUCT 1364 third_party/libpng/png.h png_bytep gamma_table PNG_DEPSTRUCT; /* gamma table for 8-bit depth files */ PNG_DEPSTRUCT 1365 third_party/libpng/png.h png_bytep gamma_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to screen */ PNG_DEPSTRUCT 1366 third_party/libpng/png.h png_bytep gamma_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */ PNG_DEPSTRUCT 1367 third_party/libpng/png.h png_uint_16pp gamma_16_table PNG_DEPSTRUCT; /* gamma table for 16-bit depth files */ PNG_DEPSTRUCT 1368 third_party/libpng/png.h png_uint_16pp gamma_16_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to screen */ PNG_DEPSTRUCT 1369 third_party/libpng/png.h png_uint_16pp gamma_16_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */ PNG_DEPSTRUCT 1373 third_party/libpng/png.h png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in each available channel */ PNG_DEPSTRUCT 1377 third_party/libpng/png.h png_color_8 shift PNG_DEPSTRUCT; /* shift for significant bit tranformation */ PNG_DEPSTRUCT 1382 third_party/libpng/png.h png_bytep trans PNG_DEPSTRUCT; /* transparency values for paletted files */ PNG_DEPSTRUCT 1383 third_party/libpng/png.h png_color_16 trans_values PNG_DEPSTRUCT; /* transparency values for non-paletted files */ PNG_DEPSTRUCT 1386 third_party/libpng/png.h png_read_status_ptr read_row_fn PNG_DEPSTRUCT; /* called after each row is decoded */ PNG_DEPSTRUCT 1387 third_party/libpng/png.h png_write_status_ptr write_row_fn PNG_DEPSTRUCT; /* called after each row is encoded */ PNG_DEPSTRUCT 1389 third_party/libpng/png.h png_progressive_info_ptr info_fn PNG_DEPSTRUCT; /* called after header data fully read */ PNG_DEPSTRUCT 1390 third_party/libpng/png.h png_progressive_row_ptr row_fn PNG_DEPSTRUCT; /* called after each prog. row is decoded */ PNG_DEPSTRUCT 1391 third_party/libpng/png.h png_progressive_end_ptr end_fn PNG_DEPSTRUCT; /* called after image is complete */ PNG_DEPSTRUCT 1392 third_party/libpng/png.h png_bytep save_buffer_ptr PNG_DEPSTRUCT; /* current location in save_buffer */ PNG_DEPSTRUCT 1393 third_party/libpng/png.h png_bytep save_buffer PNG_DEPSTRUCT; /* buffer for previously read data */ PNG_DEPSTRUCT 1394 third_party/libpng/png.h png_bytep current_buffer_ptr PNG_DEPSTRUCT; /* current location in current_buffer */ PNG_DEPSTRUCT 1395 third_party/libpng/png.h png_bytep current_buffer PNG_DEPSTRUCT; /* buffer for recently used data */ PNG_DEPSTRUCT 1396 third_party/libpng/png.h png_uint_32 push_length PNG_DEPSTRUCT; /* size of current input chunk */ PNG_DEPSTRUCT 1397 third_party/libpng/png.h png_uint_32 skip_length PNG_DEPSTRUCT; /* bytes to skip in input data */ PNG_DEPSTRUCT 1398 third_party/libpng/png.h png_size_t save_buffer_size PNG_DEPSTRUCT; /* amount of data now in save_buffer */ PNG_DEPSTRUCT 1399 third_party/libpng/png.h png_size_t save_buffer_max PNG_DEPSTRUCT; /* total size of save_buffer */ PNG_DEPSTRUCT 1400 third_party/libpng/png.h png_size_t buffer_size PNG_DEPSTRUCT; /* total amount of available input data */ PNG_DEPSTRUCT 1401 third_party/libpng/png.h png_size_t current_buffer_size PNG_DEPSTRUCT; /* amount of data now in current_buffer */ PNG_DEPSTRUCT 1402 third_party/libpng/png.h int process_mode PNG_DEPSTRUCT; /* what push library is currently doing */ PNG_DEPSTRUCT 1403 third_party/libpng/png.h int cur_palette PNG_DEPSTRUCT; /* current push library palette index */ PNG_DEPSTRUCT 1406 third_party/libpng/png.h png_size_t current_text_size PNG_DEPSTRUCT; /* current size of text input data */ PNG_DEPSTRUCT 1407 third_party/libpng/png.h png_size_t current_text_left PNG_DEPSTRUCT; /* how much text left to read in input */ PNG_DEPSTRUCT 1408 third_party/libpng/png.h png_charp current_text PNG_DEPSTRUCT; /* current text chunk buffer */ PNG_DEPSTRUCT 1409 third_party/libpng/png.h png_charp current_text_ptr PNG_DEPSTRUCT; /* current location in current_text */ PNG_DEPSTRUCT 1415 third_party/libpng/png.h png_bytepp offset_table_ptr PNG_DEPSTRUCT; PNG_DEPSTRUCT 1416 third_party/libpng/png.h png_bytep offset_table PNG_DEPSTRUCT; PNG_DEPSTRUCT 1417 third_party/libpng/png.h png_uint_16 offset_table_number PNG_DEPSTRUCT; PNG_DEPSTRUCT 1418 third_party/libpng/png.h png_uint_16 offset_table_count PNG_DEPSTRUCT; PNG_DEPSTRUCT 1419 third_party/libpng/png.h png_uint_16 offset_table_count_free PNG_DEPSTRUCT; PNG_DEPSTRUCT 1423 third_party/libpng/png.h png_bytep palette_lookup PNG_DEPSTRUCT; /* lookup table for dithering */ PNG_DEPSTRUCT 1424 third_party/libpng/png.h png_bytep dither_index PNG_DEPSTRUCT; /* index translation for palette files */ PNG_DEPSTRUCT 1428 third_party/libpng/png.h png_uint_16p hist PNG_DEPSTRUCT; /* histogram */ PNG_DEPSTRUCT 1432 third_party/libpng/png.h png_byte heuristic_method PNG_DEPSTRUCT; /* heuristic for row filter selection */ PNG_DEPSTRUCT 1433 third_party/libpng/png.h png_byte num_prev_filters PNG_DEPSTRUCT; /* number of weights for previous rows */ PNG_DEPSTRUCT 1434 third_party/libpng/png.h png_bytep prev_filters PNG_DEPSTRUCT; /* filter type(s) of previous row(s) */ PNG_DEPSTRUCT 1435 third_party/libpng/png.h png_uint_16p filter_weights PNG_DEPSTRUCT; /* weight(s) for previous line(s) */ PNG_DEPSTRUCT 1436 third_party/libpng/png.h png_uint_16p inv_filter_weights PNG_DEPSTRUCT; /* 1/weight(s) for previous line(s) */ PNG_DEPSTRUCT 1437 third_party/libpng/png.h png_uint_16p filter_costs PNG_DEPSTRUCT; /* relative filter calculation cost */ PNG_DEPSTRUCT 1438 third_party/libpng/png.h png_uint_16p inv_filter_costs PNG_DEPSTRUCT; /* 1/relative filter calculation cost */ PNG_DEPSTRUCT 1442 third_party/libpng/png.h png_charp time_buffer PNG_DEPSTRUCT; /* String to hold RFC 1123 time text */ PNG_DEPSTRUCT 1448 third_party/libpng/png.h png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is responsible for freeing */ PNG_DEPSTRUCT 1452 third_party/libpng/png.h png_voidp user_chunk_ptr PNG_DEPSTRUCT; PNG_DEPSTRUCT 1453 third_party/libpng/png.h png_user_chunk_ptr read_user_chunk_fn PNG_DEPSTRUCT; /* user read chunk handler */ PNG_DEPSTRUCT 1457 third_party/libpng/png.h int num_chunk_list PNG_DEPSTRUCT; PNG_DEPSTRUCT 1458 third_party/libpng/png.h png_bytep chunk_list PNG_DEPSTRUCT; PNG_DEPSTRUCT 1463 third_party/libpng/png.h png_byte rgb_to_gray_status PNG_DEPSTRUCT; PNG_DEPSTRUCT 1465 third_party/libpng/png.h png_uint_16 rgb_to_gray_red_coeff PNG_DEPSTRUCT; PNG_DEPSTRUCT 1466 third_party/libpng/png.h png_uint_16 rgb_to_gray_green_coeff PNG_DEPSTRUCT; PNG_DEPSTRUCT 1467 third_party/libpng/png.h png_uint_16 rgb_to_gray_blue_coeff PNG_DEPSTRUCT; PNG_DEPSTRUCT 1476 third_party/libpng/png.h png_byte mng_features_permitted PNG_DEPSTRUCT; PNG_DEPSTRUCT 1478 third_party/libpng/png.h png_uint_32 mng_features_permitted PNG_DEPSTRUCT; PNG_DEPSTRUCT 1484 third_party/libpng/png.h png_fixed_point int_gamma PNG_DEPSTRUCT; PNG_DEPSTRUCT 1489 third_party/libpng/png.h png_byte filter_type PNG_DEPSTRUCT; PNG_DEPSTRUCT 1494 third_party/libpng/png.h png_uint_32 row_buf_size PNG_DEPSTRUCT; PNG_DEPSTRUCT 1501 third_party/libpng/png.h png_byte mmx_bitdepth_threshold PNG_DEPSTRUCT; PNG_DEPSTRUCT 1502 third_party/libpng/png.h png_uint_32 mmx_rowbytes_threshold PNG_DEPSTRUCT; PNG_DEPSTRUCT 1504 third_party/libpng/png.h png_uint_32 asm_flags PNG_DEPSTRUCT; PNG_DEPSTRUCT 1510 third_party/libpng/png.h png_voidp mem_ptr PNG_DEPSTRUCT; /* user supplied struct for mem functions */ PNG_DEPSTRUCT 1511 third_party/libpng/png.h png_malloc_ptr malloc_fn PNG_DEPSTRUCT; /* function for allocating memory */ PNG_DEPSTRUCT 1512 third_party/libpng/png.h png_free_ptr free_fn PNG_DEPSTRUCT; /* function for freeing memory */ PNG_DEPSTRUCT 1516 third_party/libpng/png.h png_bytep big_row_buf PNG_DEPSTRUCT; /* buffer to save current (unfiltered) row */ PNG_DEPSTRUCT 1520 third_party/libpng/png.h png_bytep dither_sort PNG_DEPSTRUCT; /* working sort array */ PNG_DEPSTRUCT 1521 third_party/libpng/png.h png_bytep index_to_palette PNG_DEPSTRUCT; /* where the original index currently is */ PNG_DEPSTRUCT 1523 third_party/libpng/png.h png_bytep palette_to_index PNG_DEPSTRUCT; /* which original index points to this */ PNG_DEPSTRUCT 1528 third_party/libpng/png.h png_byte compression_type PNG_DEPSTRUCT; PNG_DEPSTRUCT 1531 third_party/libpng/png.h png_uint_32 user_width_max PNG_DEPSTRUCT; PNG_DEPSTRUCT 1532 third_party/libpng/png.h png_uint_32 user_height_max PNG_DEPSTRUCT; PNG_DEPSTRUCT 1538 third_party/libpng/png.h png_unknown_chunk unknown_chunk PNG_DEPSTRUCT; PNG_DEPSTRUCT 1542 third_party/libpng/png.h png_uint_32 old_big_row_buf_size PNG_DEPSTRUCT; PNG_DEPSTRUCT 1543 third_party/libpng/png.h png_uint_32 old_prev_row_size PNG_DEPSTRUCT; PNG_DEPSTRUCT 1546 third_party/libpng/png.h png_charp chunkdata PNG_DEPSTRUCT; /* buffer for reading chunk data */ PNG_DEPSTRUCT 1562 third_party/libpng/pngconf.h # ifndef PNG_DEPSTRUCT PNG_DEPSTRUCT 1589 third_party/libpng/pngconf.h #ifndef PNG_DEPSTRUCT