• Home
  • Raw
  • Download

Lines Matching refs:png_byte

480    png_byte red;
481 png_byte green;
482 png_byte blue;
490 png_byte index; /* used for palette files */
502 png_byte red; /* for use in red green blue files */
503 png_byte green;
504 png_byte blue;
505 png_byte gray; /* for use in grayscale files */
506 png_byte alpha; /* for alpha channel files */
536 png_byte depth; /* depth of palette samples */
603 png_byte month; /* month of year, 1 - 12 */
604 png_byte day; /* day of month, 1 - 31 */
605 png_byte hour; /* hour of day, 0 - 23 */
606 png_byte minute; /* minute of hour, 0 - 59 */
607 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */
624 png_byte name[5]; /* Textual chunk name with '\0' terminator */
625 png_byte *data; /* Data, should not be modified on read! */
634 png_byte location; /* mode of operation at read time */
758 png_byte color_type; /* color type of row */
759 png_byte bit_depth; /* bit depth of row */
760 png_byte channels; /* number of channels (1, 2, 3, or 4) */
761 png_byte pixel_depth; /* bits per pixel (depth * channels) */
1086 PNG_EXPORT(34, png_byte, png_get_rgb_to_gray_status, (png_const_structrp
1643 PNG_EXPORT(218, png_byte, png_get_current_pass_number, (png_const_structrp));
1860 PNG_EXPORT(114, png_byte, png_get_channels, (png_const_structrp png_ptr,
1873 PNG_EXPORT(117, png_byte, png_get_bit_depth, (png_const_structrp png_ptr,
1877 PNG_EXPORT(118, png_byte, png_get_color_type, (png_const_structrp png_ptr,
1881 PNG_EXPORT(119, png_byte, png_get_filter_type, (png_const_structrp png_ptr,
1885 PNG_EXPORT(120, png_byte, png_get_interlace_type, (png_const_structrp png_ptr,
1889 PNG_EXPORT(121, png_byte, png_get_compression_type, (png_const_structrp png_ptr,
2516 (composite) = (png_byte)(((temp + (temp >> 8)) >> 8) & 0xff); \
2532 (png_byte)(0xff & (((png_uint_16)(fg) * (png_uint_16)(alpha) + \