Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_DEPSTRUCT

862    png_uint_32 width PNG_DEPSTRUCT;       /* width of image in pixels (from IHDR) */
863 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */
864 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */
865 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */
866 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */
867 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */
868 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */
869 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
870 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */
872 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
873 png_byte filter_type PNG_DEPSTRUCT; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
874 png_byte interlace_type PNG_DEPSTRUCT; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
877 png_byte channels PNG_DEPSTRUCT; /* number of data channels per pixel (1, 2, 3, 4) */
878 png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */
879 png_byte spare_byte PNG_DEPSTRUCT; /* to align the data, and for future use */
880 png_byte signature[8] PNG_DEPSTRUCT; /* magic bytes read by libpng from start of file */
893 float gamma PNG_DEPSTRUCT; /* gamma value of image, if (valid & PNG_INFO_gAMA) */
899 png_byte srgb_intent PNG_DEPSTRUCT; /* sRGB rendering intent [0, 1, 2, or 3] */
911 int num_text PNG_DEPSTRUCT; /* number of comments read/to write */
912 int max_text PNG_DEPSTRUCT; /* current size of text array */
913 png_textp text PNG_DEPSTRUCT; /* array of comments read/to write */
920 png_time mod_time PNG_DEPSTRUCT;
930 png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in color channels */
944 png_bytep trans PNG_DEPSTRUCT; /* transparent values for paletted image */
945 png_color_16 trans_values PNG_DEPSTRUCT; /* transparent color for non-palette image */
955 png_color_16 background PNG_DEPSTRUCT;
964 png_int_32 x_offset PNG_DEPSTRUCT; /* x offset on page */
965 png_int_32 y_offset PNG_DEPSTRUCT; /* y offset on page */
966 png_byte offset_unit_type PNG_DEPSTRUCT; /* offset units type */
974 png_uint_32 x_pixels_per_unit PNG_DEPSTRUCT; /* horizontal pixel density */
975 png_uint_32 y_pixels_per_unit PNG_DEPSTRUCT; /* vertical pixel density */
976 png_byte phys_unit_type PNG_DEPSTRUCT; /* resolution type (see PNG_RESOLUTION_ below) */
986 png_uint_16p hist PNG_DEPSTRUCT;
997 float x_white PNG_DEPSTRUCT;
998 float y_white PNG_DEPSTRUCT;
999 float x_red PNG_DEPSTRUCT;
1000 float y_red PNG_DEPSTRUCT;
1001 float x_green PNG_DEPSTRUCT;
1002 float y_green PNG_DEPSTRUCT;
1003 float x_blue PNG_DEPSTRUCT;
1004 float y_blue PNG_DEPSTRUCT;
1020 png_charp pcal_purpose PNG_DEPSTRUCT; /* pCAL chunk description string */
1021 png_int_32 pcal_X0 PNG_DEPSTRUCT; /* minimum value */
1022 png_int_32 pcal_X1 PNG_DEPSTRUCT; /* maximum value */
1023 png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */
1024 png_charpp pcal_params PNG_DEPSTRUCT; /* ASCII strings containing parameter values */
1025 png_byte pcal_type PNG_DEPSTRUCT; /* equation type (see PNG_EQUATION_ below) */
1026 png_byte pcal_nparams PNG_DEPSTRUCT; /* number of parameters given in pcal_params */
1031 png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is responsible for freeing */
1037 png_unknown_chunkp unknown_chunks PNG_DEPSTRUCT;
1038 png_size_t unknown_chunks_num PNG_DEPSTRUCT;
1043 png_charp iccp_name PNG_DEPSTRUCT; /* profile name */
1044 png_charp iccp_profile PNG_DEPSTRUCT; /* International Color Consortium profile data */
1046 png_uint_32 iccp_proflen PNG_DEPSTRUCT; /* ICC profile data length */
1047 png_byte iccp_compression PNG_DEPSTRUCT; /* Always zero */
1052 png_sPLT_tp splt_palettes PNG_DEPSTRUCT;
1053 png_uint_32 splt_palettes_num PNG_DEPSTRUCT;
1064 png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */
1066 double scal_pixel_width PNG_DEPSTRUCT; /* width of one pixel */
1067 double scal_pixel_height PNG_DEPSTRUCT; /* height of one pixel */
1070 png_charp scal_s_width PNG_DEPSTRUCT; /* string containing height */
1071 png_charp scal_s_height PNG_DEPSTRUCT; /* string containing width */
1078 png_bytepp row_pointers PNG_DEPSTRUCT; /* the image bits */
1082 png_fixed_point int_gamma PNG_DEPSTRUCT; /* gamma of image, if (valid & PNG_INFO_gAMA) */
1086 png_fixed_point int_x_white PNG_DEPSTRUCT;
1087 png_fixed_point int_y_white PNG_DEPSTRUCT;
1088 png_fixed_point int_x_red PNG_DEPSTRUCT;
1089 png_fixed_point int_y_red PNG_DEPSTRUCT;
1090 png_fixed_point int_x_green PNG_DEPSTRUCT;
1091 png_fixed_point int_y_green PNG_DEPSTRUCT;
1092 png_fixed_point int_x_blue PNG_DEPSTRUCT;
1093 png_fixed_point int_y_blue PNG_DEPSTRUCT;
1296 png_error_ptr error_fn PNG_DEPSTRUCT; /* function for printing errors and aborting */
1297 png_error_ptr warning_fn PNG_DEPSTRUCT; /* function for printing warnings */
1298 png_voidp error_ptr PNG_DEPSTRUCT; /* user supplied struct for error functions */
1299 png_rw_ptr write_data_fn PNG_DEPSTRUCT; /* function for writing output data */
1300 png_rw_ptr read_data_fn PNG_DEPSTRUCT; /* function for reading input data */
1302 png_seek_ptr seek_data_fn PNG_DEPSTRUCT; /* function for seeking input data */
1304 png_voidp io_ptr PNG_DEPSTRUCT; /* ptr to application struct for I/O functions */
1307 png_user_transform_ptr read_user_transform_fn PNG_DEPSTRUCT; /* user read transform */
1311 png_user_transform_ptr write_user_transform_fn PNG_DEPSTRUCT; /* user write transform */
1318 png_voidp user_transform_ptr PNG_DEPSTRUCT; /* user supplied struct for user transform */
1319 png_byte user_transform_depth PNG_DEPSTRUCT; /* bit depth of user transformed pixels */
1320 png_byte user_transform_channels PNG_DEPSTRUCT; /* channels in user transformed pixels */
1324 png_uint_32 mode PNG_DEPSTRUCT; /* tells us where we are in the PNG file */
1325 png_uint_32 flags PNG_DEPSTRUCT; /* flags indicating various things to libpng */
1326 png_uint_32 transformations PNG_DEPSTRUCT; /* which transformations to perform */
1328 z_stream zstream PNG_DEPSTRUCT; /* pointer to decompression structure (below) */
1329 png_bytep zbuf PNG_DEPSTRUCT; /* buffer for zlib */
1330 png_size_t zbuf_size PNG_DEPSTRUCT; /* size of zbuf */
1331 int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */
1332 int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */
1333 int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window bits */
1334 int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory level */
1335 int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression strategy */
1337 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels */
1338 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels */
1339 png_uint_32 num_rows PNG_DEPSTRUCT; /* number of rows in current pass */
1340 png_uint_32 usr_width PNG_DEPSTRUCT; /* width of row at start of write */
1341 png_uint_32 rowbytes PNG_DEPSTRUCT; /* size of row in bytes */
1343 png_size_t irowbytes PNG_DEPSTRUCT;
1350 png_uint_32 user_chunk_cache_max PNG_DEPSTRUCT;
1352 png_uint_32 iwidth PNG_DEPSTRUCT; /* width of current interlaced row in pixels */
1353 png_uint_32 row_number PNG_DEPSTRUCT; /* current row in interlace pass */
1354 png_bytep prev_row PNG_DEPSTRUCT; /* buffer to save previous (unfiltered) row */
1355 png_bytep row_buf PNG_DEPSTRUCT; /* buffer to save current (unfiltered) row */
1357 png_bytep sub_row PNG_DEPSTRUCT; /* buffer to save "sub" row when filtering */
1358 png_bytep up_row PNG_DEPSTRUCT; /* buffer to save "up" row when filtering */
1359 png_bytep avg_row PNG_DEPSTRUCT; /* buffer to save "avg" row when filtering */
1360 png_bytep paeth_row PNG_DEPSTRUCT; /* buffer to save "Paeth" row when filtering */
1362 png_row_info row_info PNG_DEPSTRUCT; /* used for transformation routines */
1364 png_uint_32 idat_size PNG_DEPSTRUCT; /* current IDAT size for read */
1365 png_uint_32 crc PNG_DEPSTRUCT; /* current chunk CRC value */
1366 png_colorp palette PNG_DEPSTRUCT; /* palette from the input file */
1367 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in palette */
1368 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparency values */
1369 png_byte chunk_name[5] PNG_DEPSTRUCT; /* null-terminated name of current chunk */
1370 png_byte compression PNG_DEPSTRUCT; /* file compression type (always 0) */
1371 png_byte filter PNG_DEPSTRUCT; /* file filter type (always 0) */
1372 png_byte interlaced PNG_DEPSTRUCT; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
1373 png_byte pass PNG_DEPSTRUCT; /* current interlace pass (0 - 6) */
1374 png_byte do_filter PNG_DEPSTRUCT; /* row filter flags (see PNG_FILTER_ below ) */
1375 png_byte color_type PNG_DEPSTRUCT; /* color type of file */
1376 png_byte bit_depth PNG_DEPSTRUCT; /* bit depth of file */
1377 png_byte usr_bit_depth PNG_DEPSTRUCT; /* bit depth of users row */
1378 png_byte pixel_depth PNG_DEPSTRUCT; /* number of bits per pixel */
1379 png_byte channels PNG_DEPSTRUCT; /* number of channels in file */
1380 png_byte usr_channels PNG_DEPSTRUCT; /* channels at start of write */
1381 png_byte sig_bytes PNG_DEPSTRUCT; /* magic bytes read/written from start of file */
1385 png_byte filler PNG_DEPSTRUCT; /* filler byte for pixel expansion */
1387 png_uint_16 filler PNG_DEPSTRUCT; /* filler bytes for pixel expansion */
1392 png_byte background_gamma_type PNG_DEPSTRUCT;
1394 float background_gamma PNG_DEPSTRUCT;
1396 png_color_16 background PNG_DEPSTRUCT; /* background color in screen gamma space */
1398 png_color_16 background_1 PNG_DEPSTRUCT; /* background normalized to gamma 1.0 */
1403 png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */
1404 png_uint_32 flush_dist PNG_DEPSTRUCT; /* how many rows apart to flush, 0 - no flush */
1405 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */
1409 int gamma_shift PNG_DEPSTRUCT
1411 float gamma PNG_DEPSTRUCT; /* file gamma value */
1412 float screen_gamma PNG_DEPSTRUCT; /* screen gamma value (display_exponent) */
1417 png_bytep gamma_table PNG_DEPSTRUCT; /* gamma table for 8-bit depth files */
1418 png_bytep gamma_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to screen */
1419 png_bytep gamma_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */
1420 png_uint_16pp gamma_16_table PNG_DEPSTRUCT; /* gamma table for 16-bit depth files */
1421 png_uint_16pp gamma_16_from_1 PNG_DEPSTRUCT; /* converts from 1.0 to screen */
1422 png_uint_16pp gamma_16_to_1 PNG_DEPSTRUCT; /* converts from file to 1.0 */
1426 png_color_8 sig_bit PNG_DEPSTRUCT; /* significant bits in each available channel */
1430 png_color_8 shift PNG_DEPSTRUCT; /* shift for significant bit tranformation */
1435 png_bytep trans PNG_DEPSTRUCT; /* transparency values for paletted files */
1436 png_color_16 trans_values PNG_DEPSTRUCT; /* transparency values for non-paletted files */
1439 png_read_status_ptr read_row_fn PNG_DEPSTRUCT; /* called after each row is decoded */
1440 png_write_status_ptr write_row_fn PNG_DEPSTRUCT; /* called after each row is encoded */
1442 png_progressive_info_ptr info_fn PNG_DEPSTRUCT; /* called after header data fully read */
1443 png_progressive_row_ptr row_fn PNG_DEPSTRUCT; /* called after each prog. row is decoded */
1444 png_progressive_end_ptr end_fn PNG_DEPSTRUCT; /* called after image is complete */
1445 png_bytep save_buffer_ptr PNG_DEPSTRUCT; /* current location in save_buffer */
1446 png_bytep save_buffer PNG_DEPSTRUCT; /* buffer for previously read data */
1447 png_bytep current_buffer_ptr PNG_DEPSTRUCT; /* current location in current_buffer */
1448 png_bytep current_buffer PNG_DEPSTRUCT; /* buffer for recently used data */
1449 png_uint_32 push_length PNG_DEPSTRUCT; /* size of current input chunk */
1450 png_uint_32 skip_length PNG_DEPSTRUCT; /* bytes to skip in input data */
1451 png_size_t save_buffer_size PNG_DEPSTRUCT; /* amount of data now in save_buffer */
1452 png_size_t save_buffer_max PNG_DEPSTRUCT; /* total size of save_buffer */
1453 png_size_t buffer_size PNG_DEPSTRUCT; /* total amount of available input data */
1454 png_size_t current_buffer_size PNG_DEPSTRUCT; /* amount of data now in current_buffer */
1455 int process_mode PNG_DEPSTRUCT; /* what push library is currently doing */
1456 int cur_palette PNG_DEPSTRUCT; /* current push library palette index */
1459 png_size_t current_text_size PNG_DEPSTRUCT; /* current size of text input data */
1460 png_size_t current_text_left PNG_DEPSTRUCT; /* how much text left to read in input */
1461 png_charp current_text PNG_DEPSTRUCT; /* current text chunk buffer */
1462 png_charp current_text_ptr PNG_DEPSTRUCT; /* current location in current_text */
1468 png_bytepp offset_table_ptr PNG_DEPSTRUCT;
1469 png_bytep offset_table PNG_DEPSTRUCT;
1470 png_uint_16 offset_table_number PNG_DEPSTRUCT;
1471 png_uint_16 offset_table_count PNG_DEPSTRUCT;
1472 png_uint_16 offset_table_count_free PNG_DEPSTRUCT;
1476 png_bytep palette_lookup PNG_DEPSTRUCT; /* lookup table for dithering */
1477 png_bytep dither_index PNG_DEPSTRUCT; /* index translation for palette files */
1481 png_uint_16p hist PNG_DEPSTRUCT; /* histogram */
1485 png_byte heuristic_method PNG_DEPSTRUCT; /* heuristic for row filter selection */
1486 png_byte num_prev_filters PNG_DEPSTRUCT; /* number of weights for previous rows */
1487 png_bytep prev_filters PNG_DEPSTRUCT; /* filter type(s) of previous row(s) */
1488 png_uint_16p filter_weights PNG_DEPSTRUCT; /* weight(s) for previous line(s) */
1489 png_uint_16p inv_filter_weights PNG_DEPSTRUCT; /* 1/weight(s) for previous line(s) */
1490 png_uint_16p filter_costs PNG_DEPSTRUCT; /* relative filter calculation cost */
1491 png_uint_16p inv_filter_costs PNG_DEPSTRUCT; /* 1/relative filter calculation cost */
1495 png_charp time_buffer PNG_DEPSTRUCT; /* String to hold RFC 1123 time text */
1501 png_uint_32 free_me PNG_DEPSTRUCT; /* flags items libpng is responsible for freeing */
1505 png_voidp user_chunk_ptr PNG_DEPSTRUCT;
1506 png_user_chunk_ptr read_user_chunk_fn PNG_DEPSTRUCT; /* user read chunk handler */
1510 int num_chunk_list PNG_DEPSTRUCT;
1511 png_bytep chunk_list PNG_DEPSTRUCT;
1516 png_byte rgb_to_gray_status PNG_DEPSTRUCT;
1518 png_uint_16 rgb_to_gray_red_coeff PNG_DEPSTRUCT;
1519 png_uint_16 rgb_to_gray_green_coeff PNG_DEPSTRUCT;
1520 png_uint_16 rgb_to_gray_blue_coeff PNG_DEPSTRUCT;
1529 png_byte mng_features_permitted PNG_DEPSTRUCT;
1531 png_uint_32 mng_features_permitted PNG_DEPSTRUCT;
1537 png_fixed_point int_gamma PNG_DEPSTRUCT;
1542 png_byte filter_type PNG_DEPSTRUCT;
1547 png_uint_32 row_buf_size PNG_DEPSTRUCT;
1554 png_byte mmx_bitdepth_threshold PNG_DEPSTRUCT;
1555 png_uint_32 mmx_rowbytes_threshold PNG_DEPSTRUCT;
1557 png_uint_32 asm_flags PNG_DEPSTRUCT;
1563 png_voidp mem_ptr PNG_DEPSTRUCT; /* user supplied struct for mem functions */
1564 png_malloc_ptr malloc_fn PNG_DEPSTRUCT; /* function for allocating memory */
1565 png_free_ptr free_fn PNG_DEPSTRUCT; /* function for freeing memory */
1569 png_bytep big_row_buf PNG_DEPSTRUCT; /* buffer to save current (unfiltered) row */
1573 png_bytep dither_sort PNG_DEPSTRUCT; /* working sort array */
1574 png_bytep index_to_palette PNG_DEPSTRUCT; /* where the original index currently is */
1576 png_bytep palette_to_index PNG_DEPSTRUCT; /* which original index points to this */
1581 png_byte compression_type PNG_DEPSTRUCT;
1584 png_uint_32 user_width_max PNG_DEPSTRUCT;
1585 png_uint_32 user_height_max PNG_DEPSTRUCT;
1591 png_unknown_chunk unknown_chunk PNG_DEPSTRUCT;
1595 png_indexp index PNG_DEPSTRUCT;
1600 png_uint_32 old_big_row_buf_size PNG_DEPSTRUCT;
1601 png_uint_32 old_prev_row_size PNG_DEPSTRUCT;
1604 png_charp chunkdata PNG_DEPSTRUCT; /* buffer for reading chunk data */