Lines Matching refs:nx
496 $nx = abs($ex - $sx);
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
500 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
501 …imagecopy($img, $tmpImg, 2, 2, $sx, $sy, min($nx + 2, $tmpWidth - $sx), min($ny + 2, $tmpHeight - …
543 $nx = abs($ex - $sx);
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
547 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
548 …imagecopy($img, $tmpImg, 2, 2, $sx, $sy, min($nx + 2, $tmpWidth - $sx), min($ny + 2, $tmpHeight - …
602 $nx = abs($ex - $sx);
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
611 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
619 min($nx + 2, $tmpWidth - $sx),
676 $nx = abs($ex - $sx);
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
685 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
693 min($nx + 2, $tmpWidth - $sx),