Lines Matching refs:PHP_FUNCTION

83 PHP_FUNCTION(gd_info);
84 PHP_FUNCTION(imagearc);
85 PHP_FUNCTION(imageellipse);
86 PHP_FUNCTION(imagechar);
87 PHP_FUNCTION(imagecharup);
88 PHP_FUNCTION(imageistruecolor);
89 PHP_FUNCTION(imagecolorallocate);
90 PHP_FUNCTION(imagepalettecopy);
91 PHP_FUNCTION(imagecolorat);
92 PHP_FUNCTION(imagecolorclosest);
93 PHP_FUNCTION(imagecolorclosesthwb);
94 PHP_FUNCTION(imagecolordeallocate);
95 PHP_FUNCTION(imagecolorresolve);
96 PHP_FUNCTION(imagecolorexact);
97 PHP_FUNCTION(imagecolorset);
98 PHP_FUNCTION(imagecolorstotal);
99 PHP_FUNCTION(imagecolorsforindex);
100 PHP_FUNCTION(imagecolortransparent);
101 PHP_FUNCTION(imagecopy);
102 PHP_FUNCTION(imagecopymerge);
103 PHP_FUNCTION(imagecopyresized);
104 PHP_FUNCTION(imagetypes);
105 PHP_FUNCTION(imagecreate);
106 PHP_FUNCTION(imageftbbox);
107 PHP_FUNCTION(imagefttext);
109 PHP_FUNCTION(imagecreatetruecolor);
110 PHP_FUNCTION(imagetruecolortopalette);
111 PHP_FUNCTION(imagepalettetotruecolor);
112 PHP_FUNCTION(imagesetthickness);
113 PHP_FUNCTION(imagefilledellipse);
114 PHP_FUNCTION(imagefilledarc);
115 PHP_FUNCTION(imagealphablending);
116 PHP_FUNCTION(imagesavealpha);
117 PHP_FUNCTION(imagecolorallocatealpha);
118 PHP_FUNCTION(imagecolorresolvealpha);
119 PHP_FUNCTION(imagecolorclosestalpha);
120 PHP_FUNCTION(imagecolorexactalpha);
121 PHP_FUNCTION(imagecopyresampled);
124 PHP_FUNCTION(imagegrabwindow);
125 PHP_FUNCTION(imagegrabscreen);
128 PHP_FUNCTION(imagerotate);
130 PHP_FUNCTION(imageflip);
132 PHP_FUNCTION(imageantialias);
134 PHP_FUNCTION(imagecrop);
135 PHP_FUNCTION(imagecropauto);
136 PHP_FUNCTION(imagescale);
137 PHP_FUNCTION(imageaffine);
138 PHP_FUNCTION(imageaffinematrixget);
139 PHP_FUNCTION(imageaffinematrixconcat);
140 PHP_FUNCTION(imagesetinterpolation);
142 PHP_FUNCTION(imagesetthickness);
143 PHP_FUNCTION(imagecopymergegray);
144 PHP_FUNCTION(imagesetbrush);
145 PHP_FUNCTION(imagesettile);
146 PHP_FUNCTION(imagesetstyle);
148 PHP_FUNCTION(imagecreatefromstring);
149 PHP_FUNCTION(imagecreatefromgif);
150 PHP_FUNCTION(imagecreatefromjpeg);
151 PHP_FUNCTION(imagecreatefromxbm);
152 PHP_FUNCTION(imagecreatefromwebp);
153 PHP_FUNCTION(imagecreatefrompng);
154 PHP_FUNCTION(imagecreatefromwbmp);
155 PHP_FUNCTION(imagecreatefromgd);
156 PHP_FUNCTION(imagecreatefromgd2);
157 PHP_FUNCTION(imagecreatefromgd2part);
159 PHP_FUNCTION(imagecreatefrombmp);
162 PHP_FUNCTION(imagecreatefromtga);
165 PHP_FUNCTION(imagecreatefromxpm);
168 PHP_FUNCTION(imagegammacorrect);
169 PHP_FUNCTION(imagedestroy);
170 PHP_FUNCTION(imagefill);
171 PHP_FUNCTION(imagefilledpolygon);
172 PHP_FUNCTION(imagefilledrectangle);
173 PHP_FUNCTION(imagefilltoborder);
174 PHP_FUNCTION(imagefontwidth);
175 PHP_FUNCTION(imagefontheight);
177 PHP_FUNCTION(imagegif );
178 PHP_FUNCTION(imagejpeg );
179 PHP_FUNCTION(imagepng);
180 PHP_FUNCTION(imagewebp);
181 PHP_FUNCTION(imagewbmp);
182 PHP_FUNCTION(imagegd);
183 PHP_FUNCTION(imagegd2);
185 PHP_FUNCTION(imagebmp);
188 PHP_FUNCTION(imageinterlace);
189 PHP_FUNCTION(imageline);
190 PHP_FUNCTION(imageloadfont);
191 PHP_FUNCTION(imagepolygon);
192 PHP_FUNCTION(imageopenpolygon);
193 PHP_FUNCTION(imagerectangle);
194 PHP_FUNCTION(imagesetpixel);
195 PHP_FUNCTION(imagestring);
196 PHP_FUNCTION(imagestringup);
197 PHP_FUNCTION(imagesx);
198 PHP_FUNCTION(imagesy);
199 PHP_FUNCTION(imagesetclip);
200 PHP_FUNCTION(imagegetclip);
201 PHP_FUNCTION(imagedashedline);
202 PHP_FUNCTION(imagettfbbox);
203 PHP_FUNCTION(imagettftext);
205 PHP_FUNCTION(jpeg2wbmp);
206 PHP_FUNCTION(png2wbmp);
207 PHP_FUNCTION(image2wbmp);
209 PHP_FUNCTION(imagecolormatch);
211 PHP_FUNCTION(imagelayereffect);
212 PHP_FUNCTION(imagexbm);
214 PHP_FUNCTION(imagefilter);
215 PHP_FUNCTION(imageconvolution);
217 PHP_FUNCTION(imageresolution);