Home
last modified time | relevance | path

Searched refs:imagesx (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dcopy.phpt18 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
38 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
67 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
96 imagecopy($dst_tc, $src_tc, 0,0, 0,0, imagesx($src_tc), imagesy($src_tc));
H A Dcopyresized.phpt48 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
64 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
83 imagecopyresized($dst_tc, $src_tc, 0,0, 0,0, imagesx($dst_tc), imagesy($dst_tc), 19,19);
H A Dbug38179.phpt19 imagecopy($dst_tc, $src, 0,0, 0,0, imagesx($src), imagesy($src));
H A Dbug39273.phpt17 $srcw = imagesx($small);
H A Dimagefttext.phpt18 $sx = imagesx($im);
/PHP-5.3/ext/gd/
H A Dphp_gd.h173 PHP_FUNCTION(imagesx);
H A Dgd.c1001 PHP_FE(imagesx, arginfo_imagesx)
3816 PHP_FUNCTION(imagesx) in PHP_FUNCTION() argument

Completed in 23 milliseconds