#include "swf.h"#include "graphic16.h"Include dependency graph for graphic16.cc:

Go to the source code of this file.
Defines | |
| #define | FULL_AA |
| #define | PRINT 0 |
| #define | RED_MASK 0xF800 |
| #define | GREEN_MASK 0x07E0 |
| #define | BLUE_MASK 0x001F |
| #define | PUTPIXEL() |
| #define | DRAWLINE(dx, dy, inc_1, inc_2) |
| #define | PUTPIXEL() |
| #define | DRAWLINE(dx, dy, inc_1, inc_2) |
Typedefs | |
| typedef unsigned short | TYPE |
Functions | |
| static unsigned long | mix_alpha (unsigned long c1, unsigned long c2, int alpha) |
Variables | |
| unsigned char | SQRT [] |
|
|
Definition at line 79 of file graphic16.cc. Referenced by mix_alpha(). |
|
|
Value: n=dx;\
a=2*dy-dx;\
dy=2*dy;\
dx=2*dx-dy;\
do {\
PUTPIXEL();\
if (a>0) { pp+=(inc_1); a-=dx; }\
else { pp+=(inc_2); a+=dy; }\
} while (--n >= 0);
|
|
|
Value: n=dx;\
a=2*dy-dx;\
dy=2*dy;\
dx=2*dx-dy;\
do {\
PUTPIXEL();\
if (a>0) { pp+=(inc_1); a-=dx; }\
else { pp+=(inc_2); a+=dy; }\
} while (--n >= 0);
Referenced by GraphicDevice32::drawLine(), GraphicDevice24::drawLine(), GraphicDevice16::drawLine(), and MetalStyle::drawMetalButton(). |
|
|
Definition at line 29 of file graphic16.cc. |
|
|
Definition at line 78 of file graphic16.cc. Referenced by mix_alpha(). |
|
|
Definition at line 31 of file graphic16.cc. |
|
|
Value: |
|
|
Value: { \
*pp=color; \
}
Referenced by GraphicDevice32::drawLine(), GraphicDevice24::drawLine(), and GraphicDevice16::drawLine(). |
|
|
Definition at line 77 of file graphic16.cc. Referenced by mix_alpha(). |
|
|
Definition at line 33 of file graphic16.cc. |
|
||||||||||||||||
|
|
Definition at line 1 of file sqrt.cc. Referenced by GraphicDevice32::fillLineRG(), GraphicDevice24::fillLineRG(), and GraphicDevice16::fillLineRG(). |
1.4.2