pngutil.cpp File Reference

(r1785/r1372)

#include "camtypes.h"
#include "pngutil.h"
#include "pngprgrs.h"
#include "png.h"
#include "pngfuncs.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW

Functions

void camelot_png_read_row_callback (png_structp png_ptr, png_uint_32 row_number, INT32 pass)
 Pointer to this function given to libpng to be called when a row has been read.

Variables

PNGProgressBarpng_progress_bar_read


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 122 of file pngutil.cpp.


Function Documentation

void camelot_png_read_row_callback png_structp  png_ptr,
png_uint_32  row_number,
INT32  pass
 

Pointer to this function given to libpng to be called when a row has been read.

Author:
Jonathan_Payne (Xara Group Ltd) <camelotdev@xara.com>
Date:
29/8/2000
Parameters:
png_ptr,row,pass [INPUTS]
Status bar update [OUTPUTS]
Returns:
void

Definition at line 148 of file pngutil.cpp.

00149 {
00150 PORTNOTE("other","camelot_png_read_row_callback - removed progressbar")
00151 #ifndef EXCLUDE_FROM_XARALX
00152     png_progress_bar_read->UpdateCallback(png_ptr, row_number, pass);
00153 #endif
00154 }


Variable Documentation

class PNGProgressBar* png_progress_bar_read
 

Definition at line 130 of file pngutil.cpp.


Generated on Sat Nov 10 03:49:35 2007 for Camelot by  doxygen 1.4.4