Home
last modified time | relevance | path

Searched refs:dstX (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
Dphpthumb.class.php4546 …public function ImageResizeFunction(&$dst_im, &$src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, … argument
4547 $dstX = (int) round($dstX);
4556 …$this->DebugMessage('ImageResizeFunction($o, $s, '.$dstX.', '.$dstY.', '.$srcX.', '.$srcY.', '.$ds…
4558 return imagecopy($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $srcW, $srcH);
4562 …return phpthumb_functions::ImageCopyResampleBicubic($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, …
4564 …return imagecopyresampled($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, $srcW, $srcH…
4566 return imagecopyresized($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, $srcW, $srcH);
/plugin/openlayersmap/ol/
Dol.js.map1dstX] Top-left x-point of destination.\n * @param {number} [dstY] Top-left y-point of destinatio…