Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c1901 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1913 srcW = SW; in PHP_FUNCTION()
3611 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3623 srcW = SW; in PHP_FUNCTION()
3639 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3651 srcW = SW; in PHP_FUNCTION()
3668 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3680 srcW = SW; in PHP_FUNCTION()
3697 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3709 srcW = SW; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c2356 …st, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) in gdImageCopyResized() argument
2367 if (overflow2(sizeof(int), srcW)) { in gdImageCopyResized()
2374 stx = (int *) gdMalloc (sizeof (int) * srcW); in gdImageCopyResized()
2378 for (i = 0; (i < srcW); i++) { in gdImageCopyResized()
2379 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()
2391 for (x = srcX; (x < (srcX + srcW)); x++) { in gdImageCopyResized()
2466 …st, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) in gdImageCopyResampled() argument
2472 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2483 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2484 sx2 = ((double) (x + 1) - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
H A Dgd.h679 …t, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
690 …t, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);

Completed in 27 milliseconds