ReactOS 0.4.16-dev-338-g34e76ad
|
#include <vgaddi.h>
Go to the source code of this file.
Variables | |
UCHAR | PreCalcReverseByte [256] |
int | maskbit [640] |
int | y80 [480] |
int | xconv [640] |
int | bit8 [640] |
int | startmasks [8] |
int | endmasks [8] |
PBYTE | vidmem |
static ULONG | UnpackPixel [256] |
static unsigned char | leftMask |
static int | byteCounter |
static unsigned char | rightMask |
static const RECTL | rclEmpty = { 0, 0, 0, 0 } |
Definition at line 25 of file vgavideo.c.
Definition at line 709 of file vgavideo.c.
Definition at line 891 of file vgavideo.c.
Definition at line 802 of file vgavideo.c.
Definition at line 845 of file vgavideo.c.
Definition at line 352 of file vgavideo.c.
Referenced by DrvCopyBits(), and VGAtoDIB().
Definition at line 921 of file vgavideo.c.
Definition at line 447 of file vgavideo.c.
Referenced by DIBtoVGA(), and DrvCopyBits().
void DIB_BltToVGAWithXlate | ( | int | x, |
int | y, | ||
int | w, | ||
int | h, | ||
void * | b, | ||
int | Source_lDelta, | ||
XLATEOBJ * | Xlate | ||
) |
Definition at line 491 of file vgavideo.c.
Referenced by DIBtoVGA().
void DIB_TransparentBltToVGA | ( | int | x, |
int | y, | ||
int | w, | ||
int | h, | ||
void * | b, | ||
int | Source_lDelta, | ||
ULONG | trans | ||
) |
Definition at line 536 of file vgavideo.c.
Referenced by DrvTransparentBlt().
Definition at line 133 of file vgavideo.c.
Referenced by DFB_BltFromVGA(), and vgaReadScan().
Definition at line 333 of file vgavideo.c.
Definition at line 189 of file vgavideo.c.
Referenced by vgaGetPixel().
Definition at line 206 of file vgavideo.c.
Referenced by DIB_BltFromVGA(), and VGAtoDIB().
Definition at line 231 of file vgavideo.c.
Referenced by DrvLineTo().
VOID vgaPreCalc | ( | ) |
Definition at line 58 of file vgavideo.c.
Referenced by DrvEnableDriver().
Definition at line 176 of file vgavideo.c.
Definition at line 163 of file vgavideo.c.
Referenced by DIB_TransparentBltToVGA(), VGADDI_BltMask(), vgaNEtoSW(), vgaNWtoSE(), vgaSEtoNW(), and vgaSWtoNE().
Definition at line 579 of file vgavideo.c.
Referenced by VGAtoVGA().
Definition at line 308 of file vgavideo.c.
Referenced by DrvLineTo().
Definition at line 655 of file vgavideo.c.
Referenced by VGAtoVGA().
int bit8[640] |
Definition at line 15 of file vgavideo.c.
Referenced by vgaGetPixel(), and vgaPreCalc().
|
static |
Definition at line 22 of file vgavideo.c.
Referenced by DFB_BltFromVGA(), get_masks(), and vgaReadScan().
int endmasks[8] |
Definition at line 17 of file vgavideo.c.
Referenced by VGADDIFillSolid(), vgaHLine(), and vgaPreCalc().
Definition at line 21 of file vgavideo.c.
Referenced by DFB_BltFromVGA(), get_masks(), and vgaReadScan().
int maskbit[640] |
Definition at line 12 of file vgavideo.c.
Referenced by DIB_BltToVGA(), DIB_BltToVGAWithXlate(), VGADDI_BltMask(), vgaGetPixel(), vgaPreCalc(), vgaPutPixel(), and vgaVLine().
UCHAR PreCalcReverseByte[256] |
Definition at line 11 of file vgavideo.c.
Referenced by DIB_BltFromVGA(), and vgaPreCalc().
Definition at line 331 of file vgavideo.c.
Referenced by VGADDI_IntersectRect(), and VGADDIIntersectRect().
Definition at line 23 of file vgavideo.c.
Referenced by DFB_BltFromVGA(), get_masks(), and vgaReadScan().
int startmasks[8] |
Definition at line 16 of file vgavideo.c.
Referenced by VGADDIFillSolid(), vgaHLine(), and vgaPreCalc().
|
static |
Definition at line 19 of file vgavideo.c.
Referenced by DIB_BltFromVGA(), and vgaPreCalc().
PBYTE vidmem |
Definition at line 18 of file vgavideo.c.
Referenced by DIB_BltFromVGA(), DIB_BltToVGA(), DIB_BltToVGAWithXlate(), fill_videocontroller(), InitVGA(), ScrIoControl(), ScrWrite(), VGADDI_BltBrush(), VGADDI_BltFromSavedScreenBits(), VGADDI_BltPointerToVGA(), VGADDI_BltToSavedScreenBits(), VGADDIFillSolid(), vgaGetByte(), vgaHLine(), vgaPutByte(), vgaPutPixel(), and vgaVLine().
int xconv[640] |
Definition at line 14 of file vgavideo.c.
Referenced by DIB_BltToVGA(), DIB_BltToVGAWithXlate(), VGADDIFillSolid(), vgaGetPixel(), vgaHLine(), vgaPreCalc(), vgaPutByte(), vgaPutPixel(), and vgaVLine().
int y80[480] |
Definition at line 13 of file vgavideo.c.
Referenced by DIB_BltToVGA(), DIB_BltToVGAWithXlate(), VGADDIFillSolid(), vgaGetPixel(), vgaHLine(), vgaPreCalc(), vgaPutByte(), vgaPutPixel(), and vgaVLine().