fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

pngwtran.c File Reference

#include "png.h"
Include dependency graph for pngwtran.c:

Go to the source code of this file.

Defines

#define PNG_INTERNAL

Functions

void png_do_write_transformations (png_structp png_ptr)
void png_do_pack (png_row_infop row_info, png_bytep row, png_uint_32 bit_depth)
void png_do_shift (png_row_infop row_info, png_bytep row, png_color_8p bit_depth)
void png_do_write_swap_alpha (png_row_infop row_info, png_bytep row)
void png_do_write_invert_alpha (png_row_infop row_info, png_bytep row)
void png_do_write_intrapixel (png_row_infop row_info, png_bytep row)

Define Documentation

#define PNG_INTERNAL

Definition at line 14 of file pngwtran.c.


Function Documentation

void png_do_pack ( png_row_infop  row_info,
png_bytep  row,
png_uint_32  bit_depth 
)

Definition at line 90 of file pngwtran.c.

References i, mask, NULL, png_debug, row, and value.

Referenced by png_do_write_transformations().

void png_do_shift ( png_row_infop  row_info,
png_bytep  row,
png_color_8p  bit_depth 
)

Definition at line 216 of file pngwtran.c.

References NULL, PNG_COLOR_MASK_COLOR, PNG_COLOR_TYPE_PALETTE, and png_debug.

Referenced by png_do_write_transformations().

void png_do_write_intrapixel ( png_row_infop  row_info,
png_bytep  row 
)

Definition at line 518 of file pngwtran.c.

References i, NULL, PNG_COLOR_MASK_COLOR, PNG_COLOR_TYPE_RGB, PNG_COLOR_TYPE_RGB_ALPHA, png_debug, red, s1, and s2.

Referenced by png_write_row().

void png_do_write_invert_alpha ( png_row_infop  row_info,
png_bytep  row 
)

Definition at line 428 of file pngwtran.c.

References i, NULL, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_RGB_ALPHA, and png_debug.

Referenced by png_do_write_transformations().

void png_do_write_swap_alpha ( png_row_infop  row_info,
png_bytep  row 
)

Definition at line 340 of file pngwtran.c.

References i, NULL, PNG_COLOR_TYPE_GRAY_ALPHA, PNG_COLOR_TYPE_RGB_ALPHA, and png_debug.

Referenced by png_do_write_transformations().