#include <gd.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 |
Definition at line 26 of file gd.h.
| unsigned char** gdImageStruct::pixels |
Definition at line 27 of file gd.h.
Referenced by gdImageCreate(), gdImageDestroy(), gdImageGd(), gdImageGetPixel(), and gdImageSetPixel().
Definition at line 28 of file gd.h.
Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageCreateFromXbm(), gdImageFill(), gdImageFillToBorder(), gdImageGd(), and gdImageGif().
Definition at line 29 of file gd.h.
Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageCreateFromXbm(), gdImageDestroy(), gdImageFill(), gdImageFillToBorder(), gdImageGd(), and gdImageGif().
Definition at line 30 of file gd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCreate(), gdImageCreateFromGd(), gdImageCreateFromGif(), gdImageGd(), gdImageGif(), and ReadImage().
| int gdImageStruct::red[gdMaxColors] |
Definition at line 31 of file gd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageCreateFromGd(), gdImageGd(), gdImageGif(), and ReadImage().
| int gdImageStruct::green[gdMaxColors] |
Definition at line 32 of file gd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageCreateFromGd(), gdImageGd(), gdImageGif(), and ReadImage().
| int gdImageStruct::blue[gdMaxColors] |
Definition at line 33 of file gd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorExact(), gdImageCopy(), gdImageCopyResized(), gdImageGd(), gdImageGif(), and ReadImage().
| int gdImageStruct::open[gdMaxColors] |
Definition at line 34 of file gd.h.
Referenced by gdImageColorAllocate(), gdImageColorClosest(), gdImageColorDeallocate(), gdImageColorExact(), gdImageCreateFromGif(), and ReadImage().
Definition at line 35 of file gd.h.
Referenced by gdImageColorTransparent(), gdImageCreate(), gdImageCreateFromGd(), gdImageGd(), and gdImageGif().
Definition at line 36 of file gd.h.
Referenced by gdImageCreate(), gdImageDestroy(), and gdImageFilledPolygon().
| struct gdImageStruct* gdImageStruct::brush |
Definition at line 38 of file gd.h.
Referenced by gdImageBrushApply(), gdImageCreate(), and gdImageSetBrush().
| struct gdImageStruct* gdImageStruct::tile |
Definition at line 39 of file gd.h.
Referenced by gdImageCreate(), gdImageFill(), gdImageSetTile(), and gdImageTileApply().
| int gdImageStruct::brushColorMap[gdMaxColors] |
| int gdImageStruct::tileColorMap[gdMaxColors] |
Definition at line 41 of file gd.h.
Referenced by gdImageFill(), gdImageSetTile(), and gdImageTileApply().
| int* gdImageStruct::style |
Definition at line 44 of file gd.h.
Referenced by gdImageCreate(), gdImageDestroy(), gdImageSetPixel(), and gdImageSetStyle().
Definition at line 45 of file gd.h.
Referenced by gdImageCreate(), gdImageGif(), and gdImageInterlace().
1.5.1