Lines Matching refs:ix
357 $ix = 0;
372 while ( $ix <= $iy - 2 ) {
382 $ix++;
383 imageLine( $img, $cx + $ix, $cy + $iy - 1, $cx + $ix, $cy + $ix, $fill );
384 imageLine( $img, $cx + $ix, $cy - $iy + 1, $cx + $ix, $cy - $ix, $fill );
385 imageLine( $img, $cx - $ix, $cy + $iy - 1, $cx - $ix, $cy + $ix, $fill );
386 imageLine( $img, $cx - $ix, $cy - $iy + 1, $cx - $ix, $cy - $ix, $fill );
387 imageLine( $img, $cx + $iy - 1, $cy + $ix, $cx + $ix, $cy + $ix, $fill );
388 imageLine( $img, $cx + $iy - 1, $cy - $ix, $cx + $ix, $cy - $ix, $fill );
389 imageLine( $img, $cx - $iy + 1, $cy + $ix, $cx - $ix, $cy + $ix, $fill );
390 imageLine( $img, $cx - $iy + 1, $cy - $ix, $cx - $ix, $cy - $ix, $fill );
392 for ( $xx = $ix - 0.45; $xx < $ix + 0.5; $xx += 0.2 ) {
398 imageSetPixel( $img, $cx + $ix, $cy + $iy, $draw );
399 imageSetPixel( $img, $cx + $ix, $cy - $iy, $draw );
400 imageSetPixel( $img, $cx - $ix, $cy + $iy, $draw );
401 imageSetPixel( $img, $cx - $ix, $cy - $iy, $draw );
402 imageSetPixel( $img, $cx + $iy, $cy + $ix, $draw );
403 imageSetPixel( $img, $cx + $iy, $cy - $ix, $draw );
404 imageSetPixel( $img, $cx - $iy, $cy + $ix, $draw );
405 imageSetPixel( $img, $cx - $iy, $cy - $ix, $draw );