CopperRLE8 Class Reference
[Graphics]
Static Public Member Functions | |
| static void | Opaque_Unclipped_Unmasked (unsigned char *opaqueData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y) |
| static void | Opaque_Unclipped_Masked (unsigned char *opaqueData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y) |
| static void | Opaque_Clipped_Unmasked (unsigned char *opaqueData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y, int xStart, int yStart, int xEnd, int yEnd) |
| static void | Opaque_Clipped_Masked (unsigned char *opaqueData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y, int xStart, int yStart, int xEnd, int yEnd) |
| static void | Alpha_Unclipped (unsigned char *alphaRLEData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y) |
| static void | Alpha_Clipped (unsigned char *alphaRLEData, int activeWidth, int activeHeight, unsigned short *palette, unsigned short *colorData, unsigned char *alphaData, int backBufferDelta, int x, int y, int xStart, int yStart, int xEnd, int yEnd) |
Detailed Description
Definition at line 19 of file CopperRLE8.h.
Member Function Documentation
| void CopperRLE8::Opaque_Unclipped_Unmasked | ( | unsigned char * | opaqueData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 10 of file CopperRLE8.cpp.
| void CopperRLE8::Opaque_Unclipped_Masked | ( | unsigned char * | opaqueData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 38 of file CopperRLE8.cpp.
| void CopperRLE8::Opaque_Clipped_Unmasked | ( | unsigned char * | opaqueData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y, | |||
| int | xStart, | |||
| int | yStart, | |||
| int | xEnd, | |||
| int | yEnd | |||
| ) | [static] |
Definition at line 65 of file CopperRLE8.cpp.
| void CopperRLE8::Opaque_Clipped_Masked | ( | unsigned char * | opaqueData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y, | |||
| int | xStart, | |||
| int | yStart, | |||
| int | xEnd, | |||
| int | yEnd | |||
| ) | [static] |
Definition at line 137 of file CopperRLE8.cpp.
| void CopperRLE8::Alpha_Unclipped | ( | unsigned char * | alphaRLEData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y | |||
| ) | [static] |
Definition at line 213 of file CopperRLE8.cpp.
| void CopperRLE8::Alpha_Clipped | ( | unsigned char * | alphaRLEData, | |
| int | activeWidth, | |||
| int | activeHeight, | |||
| unsigned short * | palette, | |||
| unsigned short * | colorData, | |||
| unsigned char * | alphaData, | |||
| int | backBufferDelta, | |||
| int | x, | |||
| int | y, | |||
| int | xStart, | |||
| int | yStart, | |||
| int | xEnd, | |||
| int | yEnd | |||
| ) | [static] |
Definition at line 274 of file CopperRLE8.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
