php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
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
 
struct gdImageStructbrush
 
struct gdImageStructtile
 
int brushColorMap [gdMaxColors]
 
int tileColorMap [gdMaxColors]
 
int styleLength
 
int stylePos
 
int * style
 
int interlace
 
int thick
 
int alpha [gdMaxColors]
 
int trueColor
 
int ** tpixels
 
int alphaBlendingFlag
 
int saveAlphaFlag
 
int AA
 
int AA_color
 
int AA_dont_blend
 
int cx1
 
int cy1
 
int cx2
 
int cy2
 
unsigned int res_x
 
unsigned int res_y
 
gdInterpolationMethod interpolation_id
 
interpolation_method interpolation
 

Detailed Description

Definition at line 170 of file gd.h.

Field Documentation

◆ AA

int gdImageStruct::AA

Definition at line 233 of file gd.h.

◆ AA_color

int gdImageStruct::AA_color

Definition at line 234 of file gd.h.

◆ AA_dont_blend

int gdImageStruct::AA_dont_blend

Definition at line 235 of file gd.h.

◆ alpha

int gdImageStruct::alpha[gdMaxColors]

Definition at line 214 of file gd.h.

◆ alphaBlendingFlag

int gdImageStruct::alphaBlendingFlag

Definition at line 225 of file gd.h.

◆ blue

int gdImageStruct::blue[gdMaxColors]

Definition at line 181 of file gd.h.

◆ brush

struct gdImageStruct* gdImageStruct::brush

Definition at line 196 of file gd.h.

◆ brushColorMap

int gdImageStruct::brushColorMap[gdMaxColors]

Definition at line 198 of file gd.h.

◆ colorsTotal

int gdImageStruct::colorsTotal

Definition at line 178 of file gd.h.

◆ cx1

int gdImageStruct::cx1

Definition at line 238 of file gd.h.

◆ cx2

int gdImageStruct::cx2

Definition at line 240 of file gd.h.

◆ cy1

int gdImageStruct::cy1

Definition at line 239 of file gd.h.

◆ cy2

int gdImageStruct::cy2

Definition at line 241 of file gd.h.

◆ green

int gdImageStruct::green[gdMaxColors]

Definition at line 180 of file gd.h.

◆ interlace

int gdImageStruct::interlace

Definition at line 203 of file gd.h.

◆ interpolation

interpolation_method gdImageStruct::interpolation

Definition at line 245 of file gd.h.

◆ interpolation_id

gdInterpolationMethod gdImageStruct::interpolation_id

Definition at line 244 of file gd.h.

◆ open

int gdImageStruct::open[gdMaxColors]

Definition at line 182 of file gd.h.

◆ pixels

unsigned char** gdImageStruct::pixels

Definition at line 172 of file gd.h.

◆ polyAllocated

int gdImageStruct::polyAllocated

Definition at line 195 of file gd.h.

◆ polyInts

int* gdImageStruct::polyInts

Definition at line 194 of file gd.h.

◆ red

int gdImageStruct::red[gdMaxColors]

Definition at line 179 of file gd.h.

◆ res_x

unsigned int gdImageStruct::res_x

Definition at line 242 of file gd.h.

◆ res_y

unsigned int gdImageStruct::res_y

Definition at line 243 of file gd.h.

◆ saveAlphaFlag

int gdImageStruct::saveAlphaFlag

Definition at line 229 of file gd.h.

◆ style

int* gdImageStruct::style

Definition at line 202 of file gd.h.

◆ styleLength

int gdImageStruct::styleLength

Definition at line 200 of file gd.h.

◆ stylePos

int gdImageStruct::stylePos

Definition at line 201 of file gd.h.

◆ sx

int gdImageStruct::sx

Definition at line 173 of file gd.h.

◆ sy

int gdImageStruct::sy

Definition at line 174 of file gd.h.

◆ thick

int gdImageStruct::thick

Definition at line 205 of file gd.h.

◆ tile

struct gdImageStruct* gdImageStruct::tile

Definition at line 197 of file gd.h.

◆ tileColorMap

int gdImageStruct::tileColorMap[gdMaxColors]

Definition at line 199 of file gd.h.

◆ tpixels

int** gdImageStruct::tpixels

Definition at line 218 of file gd.h.

◆ transparent

int gdImageStruct::transparent

Definition at line 193 of file gd.h.

◆ trueColor

int gdImageStruct::trueColor

Definition at line 217 of file gd.h.


The documentation for this struct was generated from the following file: