Go to the source code of this file.
|
register int | a |
|
register PIXEL * | pp = (PIXEL *) ((char *) zb->pbuf + zb->linesize * p1->y + p1->x * PSZB) |
|
| sx = zb->xsize |
|
| dx = p2->x - p1->x |
|
| dy = p2->y - p1->y |
|
| else |
|
◆ DRAWLINE
#define DRAWLINE |
( |
|
dx, |
|
|
|
dy, |
|
|
|
inc_1, |
|
|
|
inc_2 |
|
) |
| |
Value:
ZZ(zinc=(p2->z-p1->z)/n);\
RGB(rinc=((p2->r-p1->r) << 8)/n;\
ginc=((p2->g-p1->g) << 8)/n;\
binc=((p2->b-p1->b) << 8)/n);\
pp_inc_1 = (inc_1) *
PSZB;\
pp_inc_2 = (inc_2) *
PSZB;\
do {\
PUTPIXEL();\
ZZ(z+=zinc);\
RGB(r+=rinc;g+=ginc;b+=binc);\
else {
pp=(
PIXEL *)((
char *)
pp + pp_inc_2);
ZZ(pz+=(inc_2));
a+=
dy; }\
} while (--n >= 0);
Definition at line 74 of file zline.h.
◆ PUTPIXEL
◆ RGB
◆ RGBPIXEL
#define RGBPIXEL *pp = color |
◆ ZZ
◆ if() [1/4]
◆ if() [2/4]
◆ if() [3/4]
if |
( |
dx |
= = 0 && dy == 0 | ) |
|
◆ if() [4/4]
if |
( |
p1-> |
y, |
|
|
p2->y|| |
p1->y==p2->y &&p1->x > p2->x |
|
) |
| |
Initial value:{
int n,
dx,
dy,
sx, pp_inc_1, pp_inc_2
Definition at line 3 of file zline.h.
◆ dx
◆ dy
◆ else
Initial value:
Definition at line 103 of file zline.h.
◆ pp
pp = (PIXEL *) ((char *) zb->pbuf + zb->linesize * p1->y + p1->x * PSZB) |
◆ sx