Home
last modified time | relevance | path

Searched refs:dstW (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd.h708 …ImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW…
719 …ImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW…
H A Dgd.c2401 …ImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW… in gdImageCopyResized() argument
2424 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()
2511 …ImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW… in gdImageCopyResampled() argument
2517 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2523 for (x = dstX; (x < dstX + dstW); x++) { in gdImageCopyResampled()
2528 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2529 sx2 = ((double) (x + 1) - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
/php-src/ext/gd/
H A Dgd.c1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1050 dstW = DW; in PHP_FUNCTION()
1052 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()
2922 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2938 dstW = DW; in PHP_FUNCTION()
2940 if (dstW <= 0) { in PHP_FUNCTION()
2960 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in PHP_FUNCTION()

Completed in 25 milliseconds