Searched defs:gdImageCopyResized (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/main/
H A Dphp_compat.h226 #define gdImageCopyResized php_gd_gdImageCopyResized macro
/PHP_TRUNK/ext/gd/libgd/
H A Dgd.c2345 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) function
2461 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);

Completed in 9 milliseconds