gdImageStruct Struct Reference

#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
gdImageStructbrush
gdImageStructtile
int brushColorMap [gdMaxColors]
int tileColorMap [gdMaxColors]
int styleLength
int stylePos
int * style
int interlace


Detailed Description

Definition at line 26 of file gd.h.


Field Documentation

unsigned char** gdImageStruct::pixels

Definition at line 27 of file gd.h.

Referenced by gdImageCreate(), gdImageDestroy(), gdImageGd(), gdImageGetPixel(), and gdImageSetPixel().

int gdImageStruct::sx

Definition at line 28 of file gd.h.

Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageCreateFromXbm(), gdImageFill(), gdImageFillToBorder(), gdImageGd(), and gdImageGif().

int gdImageStruct::sy

Definition at line 29 of file gd.h.

Referenced by gdImageBoundsSafe(), gdImageCreate(), gdImageCreateFromXbm(), gdImageDestroy(), gdImageFill(), gdImageFillToBorder(), gdImageGd(), and gdImageGif().

int gdImageStruct::colorsTotal

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().

int gdImageStruct::transparent

Definition at line 35 of file gd.h.

Referenced by gdImageColorTransparent(), gdImageCreate(), gdImageCreateFromGd(), gdImageGd(), and gdImageGif().

int* gdImageStruct::polyInts

Definition at line 36 of file gd.h.

Referenced by gdImageCreate(), gdImageDestroy(), and gdImageFilledPolygon().

int gdImageStruct::polyAllocated

Definition at line 37 of file gd.h.

Referenced by gdImageCreate(), 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]

Definition at line 40 of file gd.h.

Referenced by gdImageBrushApply(), and gdImageSetBrush().

int gdImageStruct::tileColorMap[gdMaxColors]

Definition at line 41 of file gd.h.

Referenced by gdImageFill(), gdImageSetTile(), and gdImageTileApply().

int gdImageStruct::styleLength

Definition at line 42 of file gd.h.

Referenced by gdImageSetPixel(), and gdImageSetStyle().

int gdImageStruct::stylePos

Definition at line 43 of file gd.h.

Referenced by gdImageSetPixel(), and gdImageSetStyle().

int* gdImageStruct::style

Definition at line 44 of file gd.h.

Referenced by gdImageCreate(), gdImageDestroy(), gdImageSetPixel(), and gdImageSetStyle().

int gdImageStruct::interlace

Definition at line 45 of file gd.h.

Referenced by gdImageCreate(), gdImageGif(), and gdImageInterlace().


The documentation for this struct was generated from the following file:
Generated on Sat Dec 15 00:01:54 2007 for BulmaGes by  doxygen 1.5.1