Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Data Fields | Globals

scale2.cpp File Reference

#include "rgb24.h"

Include dependency graph for scale2.cpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Functions

template<class PIXEL> PIXEL find_upperleft (PIXEL *Source, int pitch)
template<class PIXEL> PIXEL find_lowerleft (PIXEL *Source, int pitch)
template<class PIXEL> PIXEL find_upperright (PIXEL *Source, int pitch)
template<class PIXEL> PIXEL find_lowerright (PIXEL *Source, int pitch)
template<class PIXEL> void ScaleMagnifyBy2 (PIXEL *Source, int srcWidth, int srcHeight, int srcPitch, PIXEL *Dest, int dstPitch)
template<class PIXEL> void ScaleMinifyBy2 (PIXEL *Source, int SrcWidth, int SrcHeight, int SrcPitch, PIXEL *Target, int DstPitch)

Function Documentation

template<class PIXEL>
PIXEL find_upperleft PIXEL *  Source,
int  pitch
 

Here is the call graph for this function:

template<class PIXEL>
PIXEL find_lowerleft PIXEL *  Source,
int  pitch
 

Here is the call graph for this function:

template<class PIXEL>
PIXEL find_upperright PIXEL *  Source,
int  pitch
 

Here is the call graph for this function:

template<class PIXEL>
PIXEL find_lowerright PIXEL *  Source,
int  pitch
 

Here is the call graph for this function:

template<class PIXEL>
void ScaleMagnifyBy2 PIXEL *  Source,
int  srcWidth,
int  srcHeight,
int  srcPitch,
PIXEL *  Dest,
int  dstPitch
 

Here is the call graph for this function:

template<class PIXEL>
void ScaleMinifyBy2 PIXEL *  Source,
int  SrcWidth,
int  SrcHeight,
int  SrcPitch,
PIXEL *  Target,
int  DstPitch
 

Here is the call graph for this function:


Generated on Wed Jun 23 18:47:25 2004 for cZUI by doxygen 1.3.5