#define IMG_ADDRESS(i,x,y) ((CDATA*) \ ((i)->image + (( (x) - (i)->eff_x ) \ +(INVERTY( (i), (y) ) * (i)->pwidth ) \ )) \ )
imagestruct.h
This is macro sack::image::IMG_ADDRESS.
Macros