c++ Programming Glossary: get_byte
How to do alpha blend fast? http://stackoverflow.com/questions/1102692/how-to-do-alpha-blend-fast ~255 color BYTE color 31 else color BYTE color #define GET_BYTE accessPixel x y scanline bpp BYTE accessPixel y scanline x bpp.. y scanline x bpp for int y top y bottom y BYTE resultByte GET_BYTE resultBits left y stride bytepp BYTE srcByte GET_BYTE srcBits.. GET_BYTE resultBits left y stride bytepp BYTE srcByte GET_BYTE srcBits left y stride bytepp BYTE srcByteTop GET_BYTE srcBitsTop..
|