#include "rgb24.h"
Include dependency graph for scale2.cpp:
This graph shows which files directly or indirectly include this file:
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) |
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function: