Searched refs:srcX (Results 1 – 3 of 3) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 4546 …public function ImageResizeFunction(&$dst_im, &$src_im, $dstX, $dstY, $srcX, $srcY, $dstW, $dstH, … argument 4549 $srcX = (int) round($srcX); 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/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 1993 var srcX = parseFloat(pathObj.sx), srcY = parseFloat(pathObj.sy), 1997 if (srcX != 0 || srcY != 0) 1999 style["exitX"] = (srcX + srcGeo.width/2) / srcGeo.width;
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|