Lines Matching defs:gdImageStruct
170 typedef struct gdImageStruct { struct
172 unsigned char ** pixels;
196 struct gdImageStruct *brush; argument
197 struct gdImageStruct *tile; argument
198 int brushColorMap[gdMaxColors];
199 int tileColorMap[gdMaxColors];
200 int styleLength;
201 int stylePos;
202 int *style;
203 int interlace;
205 int thick;
214 int alpha[gdMaxColors];
217 int trueColor;
218 int ** tpixels;
225 int alphaBlendingFlag;
229 int saveAlphaFlag;
233 int AA;
234 int AA_color;
235 int AA_dont_blend;
238 int cx1;
239 int cy1;
240 int cx2;
241 int cy2;
242 unsigned int res_x;
243 unsigned int res_y;
244 gdInterpolationMethod interpolation_id;
245 interpolation_method interpolation;