Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

IMGFUN.H File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

IMGFUN.H File Reference

Go to the source code of this file.

Enumerations

enum  PixelFormatFlag { PIXFORM_RGB_555 = 0, PIXFORM_RGB_565 = 1, PIXFORM_BGR_555 = 2, PIXFORM_BGR_565 = 3 }

Functions

void _stdcall INITeffect (int pixelFormatFlag)
void _stdcall INITbright (int pixelFormatFlag)
void _stdcall IMGbar (short *imageBuf, int pitch, int x1, int y1, int x2, int y2, int color)
void _stdcall IMGline (short *imageBuf, int pitch, int w, int h, int x1, int y1, int x2, int y2, int color)
int _stdcall IMGmakePixel (int)
int _stdcall IMGdecodePixel (int)
void _stdcall IMGbltRemap (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorTable)
void _stdcall IMGbltRemapHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorTable)
void _stdcall IMGbltAreaRemap (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGbltAreaRemapHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGbltTransRemap (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorRemapTable)
void _stdcall IMGbltTransRemapHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorRemapTable)
void _stdcall IMGbltAreaTransRemap (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGbltAreaTransRemapHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGbltTransRemapDecompress (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorTable)
void _stdcall IMGbltTransRemapDecompressHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, short *colorTable)
void _stdcall IMGbltAreaTransRemapDecompress (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGbltAreaTransRemapDecompressHMirror (short *imageBuf, int pitch, int x, int y, char *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2, short *colorTable)
void _stdcall IMGreadW (short *imageBuf, int pitch, int x1, int y1, int x2, int y2, short *bitmapBuf)
void _stdcall IMGbltW (short *imageBuf, int pitch, int x, int y, short *bitmapBuf)
void _stdcall IMGbltWArea (short *imageBuf, int pitch, int x, int y, short *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2)
void _stdcall IMGbltWTrans (short *imageBuf, int pitch, int x, int y, short *bitmapBuf)
void _stdcall IMGbltWAreaTrans (short *imageBuf, int pitch, int x, int y, short *bitmapBuf, int srcX1, int srcY1, int srcX2, int srcY2)
void _stdcall IMGcopyW (short *imageBuf, int imgPitch, short *backBuf, int backPitch, int srcX1, int srcY1, int srcX2, int srcY2)
void _stdcall IMGcopyWbright (short *imageBuf, int imgPitch, short *backBuf, int backPitch, int srcX1, int srcY1, int srcX2, int srcY2, int brightness)
void _stdcall IMGbrightBar (short *imageBuf, int pitch, int x1, int y1, int x2, int y2, int brightness)
void _stdcall IMGjoinTransRemap (short *imageBuf, int imgPitch, short *backBuf, int backPitch, int x, int y, char *bitmapBuf, short *colorRemapTable)
int _stdcall IMGgetTransDecompress (char *bitmapBuf, int srcX1, int srcY1)


Enumeration Type Documentation

enum PixelFormatFlag
 

Enumeration values:
PIXFORM_RGB_555 
PIXFORM_RGB_565 
PIXFORM_BGR_555 
PIXFORM_BGR_565 

Definition at line 9 of file IMGFUN.H.


Function Documentation

void _stdcall IMGbar short *    imageBuf,
int    pitch,
int    x1,
int    y1,
int    x2,
int    y2,
int    color
 

Referenced by VgaBuf::bar_fast(), VgaBuf::barW_fast(), Blob2DW::fill_area(), GetA::paint(), and Blob2DW::resize().

void _stdcall IMGbltAreaRemap short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area(), and VgaBuf::put_bitmap_area_remap().

void _stdcall IMGbltAreaRemapHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area_hmirror(), and VgaBuf::put_bitmap_area_remap_hmirror().

void _stdcall IMGbltAreaTransRemap short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area_trans(), and VgaBuf::put_bitmap_area_trans_remap().

void _stdcall IMGbltAreaTransRemapDecompress short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area_trans_decompress(), and VgaBuf::put_bitmap_area_trans_remap_decompress().

void _stdcall IMGbltAreaTransRemapDecompressHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area_trans_decompress_hmirror(), and VgaBuf::put_bitmap_area_trans_remap_decompress_hmirror().

void _stdcall IMGbltAreaTransRemapHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_area_trans_hmirror(), and VgaBuf::put_bitmap_area_trans_remap_hmirror().

void _stdcall IMGbltRemap short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_remap_fast().

void _stdcall IMGbltRemapHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_hmirror(), and VgaBuf::put_bitmap_remap_hmirror().

void _stdcall IMGbltTransRemap short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorRemapTable
 

Referenced by VgaBuf::put_bitmap_trans_fast(), VgaBuf::put_bitmap_trans_remap(), and Font::put_char_to_bufferW().

void _stdcall IMGbltTransRemapDecompress short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_trans_decompress(), and VgaBuf::put_bitmap_trans_remap_decompress().

void _stdcall IMGbltTransRemapDecompressHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorTable
 

Referenced by VgaBuf::put_bitmap_trans_decompress_hmirror(), and VgaBuf::put_bitmap_trans_remap_decompress_hmirror().

void _stdcall IMGbltTransRemapHMirror short *    imageBuf,
int    pitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorRemapTable
 

Referenced by VgaBuf::put_bitmap_trans_hmirror(), and VgaBuf::put_bitmap_trans_remap_hmirror().

void _stdcall IMGbltW short *    imageBuf,
int    pitch,
int    x,
int    y,
short *    bitmapBuf
 

Referenced by VgaBuf::put_bitmapW().

void _stdcall IMGbltWArea short *    imageBuf,
int    pitch,
int    x,
int    y,
short *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2
 

Referenced by GetA::paint(), and VgaBuf::put_bitmapW_area().

void _stdcall IMGbltWAreaTrans short *    imageBuf,
int    pitch,
int    x,
int    y,
short *    bitmapBuf,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2
 

Referenced by VgaBuf::put_bitmapW_area_trans().

void _stdcall IMGbltWTrans short *    imageBuf,
int    pitch,
int    x,
int    y,
short *    bitmapBuf
 

Referenced by VgaBuf::put_bitmapW_trans().

void _stdcall IMGbrightBar short *    imageBuf,
int    pitch,
int    x1,
int    y1,
int    x2,
int    y2,
int    brightness
 

Referenced by VgaBuf::adjust_brightness().

void _stdcall IMGcopyW short *    imageBuf,
int    imgPitch,
short *    backBuf,
int    backPitch,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2
 

Referenced by VgaBuf::blt_buf_fast().

void _stdcall IMGcopyWbright short *    imageBuf,
int    imgPitch,
short *    backBuf,
int    backPitch,
int    srcX1,
int    srcY1,
int    srcX2,
int    srcY2,
int    brightness
 

Referenced by VgaBuf::blt_buf_bright().

int _stdcall IMGdecodePixel int   
 

Referenced by Vga::decode_pixel().

int _stdcall IMGgetTransDecompress char *    bitmapBuf,
int    srcX1,
int    srcY1
 

void _stdcall IMGjoinTransRemap short *    imageBuf,
int    imgPitch,
short *    backBuf,
int    backPitch,
int    x,
int    y,
char *    bitmapBuf,
short *    colorRemapTable
 

Referenced by VgaBuf::join_trans(), and VgaBuf::join_trans_remap().

void _stdcall IMGline short *    imageBuf,
int    pitch,
int    w,
int    h,
int    x1,
int    y1,
int    x2,
int    y2,
int    color
 

int _stdcall IMGmakePixel int   
 

Referenced by Vga::make_pixel().

void _stdcall IMGreadW short *    imageBuf,
int    pitch,
int    x1,
int    y1,
int    x2,
int    y2,
short *    bitmapBuf
 

Referenced by VgaBuf::read_bitmapW().

void _stdcall INITbright int    pixelFormatFlag
 

Referenced by Vga::set_mode().

void _stdcall INITeffect int    pixelFormatFlag
 

Referenced by Vga::set_mode().


Generated on Fri Aug 23 01:38:39 2002 for VirtualU by doxygen1.2.17