Definition at line 26 of file mgd.h.
Data Fields | |
unsigned char ** | pixels |
int | sx |
int | sy |
int | colorsTotal |
int | red [gdMaxColors] |
int | green [gdMaxColors] |
int | blue [gdMaxColors] |
int | open [gdMaxColors] |
int | transparent |
int * | polyInts |
int | polyAllocated |
gdImageStruct * | brush |
gdImageStruct * | tile |
int | brushColorMap [gdMaxColors] |
int | tileColorMap [gdMaxColors] |
int | styleLength |
int | stylePos |
int * | style |
int | interlace |
int gdImageStruct::blue[gdMaxColors] |
Definition at line 33 of file mgd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageGif(), and ReadImage().
struct gdImageStruct* gdImageStruct::brush |
Definition at line 38 of file mgd.h.
Referenced by gdImageBrushApply(), gdImageCreate(), and gdImageSetBrush().
int gdImageStruct::brushColorMap[gdMaxColors] |
Definition at line 30 of file mgd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCreate(), gdImageCreateFromGif(), gdImageGif(), and ReadImage().
int gdImageStruct::green[gdMaxColors] |
Definition at line 32 of file mgd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageGif(), and ReadImage().
Definition at line 45 of file mgd.h.
Referenced by gdImageCreate(), gdImageGif(), and gdImageInterlace().
int gdImageStruct::open[gdMaxColors] |
Definition at line 34 of file mgd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorDeallocate(), gdImageColorExact(), gdImageCreateFromGif(), and ReadImage().
unsigned char** gdImageStruct::pixels |
Definition at line 27 of file mgd.h.
Referenced by gdImageCreate(), gdImageDestroy(), gdImageGetPixel(), and gdImageSetPixel().
Definition at line 36 of file mgd.h.
Referenced by gdImageCreate(), gdImageDestroy(), and gdImageFilledPolygon().
int gdImageStruct::red[gdMaxColors] |
Definition at line 31 of file mgd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageGif(), and ReadImage().
int* gdImageStruct::style |
Definition at line 44 of file mgd.h.
Referenced by gdImageCreate(), gdImageDestroy(), gdImageSetPixel(), and gdImageSetStyle().
Definition at line 28 of file mgd.h.
Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageDestroy(), gdImageFill(), gdImageFillToBorder(), and gdImageGif().
Definition at line 29 of file mgd.h.
Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageFill(), gdImageFillToBorder(), and gdImageGif().
struct gdImageStruct* gdImageStruct::tile |
Definition at line 39 of file mgd.h.
Referenced by gdImageCreate(), gdImageFill(), and gdImageTileApply().
int gdImageStruct::tileColorMap[gdMaxColors] |
Definition at line 35 of file mgd.h.
Referenced by gdImageColorTransparent(), gdImageCreate(), and gdImageGif().