Lines Matching refs:PHP_FUNCTION

77 PHP_FUNCTION(gd_info);
78 PHP_FUNCTION(imagearc);
79 PHP_FUNCTION(imageellipse);
80 PHP_FUNCTION(imagechar);
81 PHP_FUNCTION(imagecharup);
82 PHP_FUNCTION(imageistruecolor);
83 PHP_FUNCTION(imagecolorallocate);
84 PHP_FUNCTION(imagepalettecopy);
85 PHP_FUNCTION(imagecolorat);
86 PHP_FUNCTION(imagecolorclosest);
87 PHP_FUNCTION(imagecolorclosesthwb);
88 PHP_FUNCTION(imagecolordeallocate);
89 PHP_FUNCTION(imagecolorresolve);
90 PHP_FUNCTION(imagecolorexact);
91 PHP_FUNCTION(imagecolorset);
92 PHP_FUNCTION(imagecolorstotal);
93 PHP_FUNCTION(imagecolorsforindex);
94 PHP_FUNCTION(imagecolortransparent);
95 PHP_FUNCTION(imagecopy);
96 PHP_FUNCTION(imagecopymerge);
97 PHP_FUNCTION(imagecopyresized);
98 PHP_FUNCTION(imagetypes);
99 PHP_FUNCTION(imagecreate);
100 PHP_FUNCTION(imageftbbox);
101 PHP_FUNCTION(imagefttext);
103 PHP_FUNCTION(imagecreatetruecolor);
104 PHP_FUNCTION(imagetruecolortopalette);
105 PHP_FUNCTION(imagepalettetotruecolor);
106 PHP_FUNCTION(imagesetthickness);
107 PHP_FUNCTION(imagefilledellipse);
108 PHP_FUNCTION(imagefilledarc);
109 PHP_FUNCTION(imagealphablending);
110 PHP_FUNCTION(imagesavealpha);
111 PHP_FUNCTION(imagecolorallocatealpha);
112 PHP_FUNCTION(imagecolorresolvealpha);
113 PHP_FUNCTION(imagecolorclosestalpha);
114 PHP_FUNCTION(imagecolorexactalpha);
115 PHP_FUNCTION(imagecopyresampled);
118 PHP_FUNCTION(imagegrabwindow);
119 PHP_FUNCTION(imagegrabscreen);
122 PHP_FUNCTION(imagerotate);
124 PHP_FUNCTION(imageflip);
127 PHP_FUNCTION(imageantialias);
130 PHP_FUNCTION(imagecrop);
131 PHP_FUNCTION(imagecropauto);
132 PHP_FUNCTION(imagescale);
133 PHP_FUNCTION(imageaffine);
134 PHP_FUNCTION(imageaffinematrixget);
135 PHP_FUNCTION(imageaffinematrixconcat);
136 PHP_FUNCTION(imagesetinterpolation);
138 PHP_FUNCTION(imagesetthickness);
139 PHP_FUNCTION(imagecopymergegray);
140 PHP_FUNCTION(imagesetbrush);
141 PHP_FUNCTION(imagesettile);
142 PHP_FUNCTION(imagesetstyle);
144 PHP_FUNCTION(imagecreatefromstring);
145 PHP_FUNCTION(imagecreatefromgif);
146 PHP_FUNCTION(imagecreatefromjpeg);
147 PHP_FUNCTION(imagecreatefromxbm);
148 PHP_FUNCTION(imagecreatefromwebp);
149 PHP_FUNCTION(imagecreatefrompng);
150 PHP_FUNCTION(imagecreatefromwbmp);
151 PHP_FUNCTION(imagecreatefromgd);
152 PHP_FUNCTION(imagecreatefromgd2);
153 PHP_FUNCTION(imagecreatefromgd2part);
155 PHP_FUNCTION(imagecreatefromxpm);
158 PHP_FUNCTION(imagegammacorrect);
159 PHP_FUNCTION(imagedestroy);
160 PHP_FUNCTION(imagefill);
161 PHP_FUNCTION(imagefilledpolygon);
162 PHP_FUNCTION(imagefilledrectangle);
163 PHP_FUNCTION(imagefilltoborder);
164 PHP_FUNCTION(imagefontwidth);
165 PHP_FUNCTION(imagefontheight);
167 PHP_FUNCTION(imagegif );
168 PHP_FUNCTION(imagejpeg );
169 PHP_FUNCTION(imagepng);
170 PHP_FUNCTION(imagewebp);
171 PHP_FUNCTION(imagewbmp);
172 PHP_FUNCTION(imagegd);
173 PHP_FUNCTION(imagegd2);
175 PHP_FUNCTION(imageinterlace);
176 PHP_FUNCTION(imageline);
177 PHP_FUNCTION(imageloadfont);
178 PHP_FUNCTION(imagepolygon);
179 PHP_FUNCTION(imagerectangle);
180 PHP_FUNCTION(imagesetpixel);
181 PHP_FUNCTION(imagestring);
182 PHP_FUNCTION(imagestringup);
183 PHP_FUNCTION(imagesx);
184 PHP_FUNCTION(imagesy);
185 PHP_FUNCTION(imagedashedline);
186 PHP_FUNCTION(imagettfbbox);
187 PHP_FUNCTION(imagettftext);
188 PHP_FUNCTION(imagepsloadfont);
192 PHP_FUNCTION(imagepsfreefont);
193 PHP_FUNCTION(imagepsencodefont);
194 PHP_FUNCTION(imagepsextendfont);
195 PHP_FUNCTION(imagepsslantfont);
196 PHP_FUNCTION(imagepstext);
197 PHP_FUNCTION(imagepsbbox);
199 PHP_FUNCTION(jpeg2wbmp);
200 PHP_FUNCTION(png2wbmp);
201 PHP_FUNCTION(image2wbmp);
203 PHP_FUNCTION(imagecolormatch);
205 PHP_FUNCTION(imagelayereffect);
206 PHP_FUNCTION(imagexbm);
208 PHP_FUNCTION(imagefilter);
209 PHP_FUNCTION(imageconvolution);