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