Lines Matching refs:Points

1455 				$Points = array();
1456 $Points [] = $LastXPos + $this->GArea_X1;
1457 $Points [] = $LastYPos1 + $this->GArea_Y1;
1458 $Points [] = $LastXPos + $this->GArea_X1;
1459 $Points [] = $LastYPos2 + $this->GArea_Y1;
1460 $Points [] = $XPos + $this->GArea_X1;
1461 $Points [] = $YPos2 + $this->GArea_Y1;
1462 $Points [] = $XPos + $this->GArea_X1;
1463 $Points [] = $YPos1 + $this->GArea_Y1;
1465 $this->canvas->drawFilledPolygon($Points,
1799 $Points = "";
1800 $Points [] = $this->GAreaXOffset + $this->GArea_X1;
1801 $Points [] = $LayerHeight + $this->GArea_Y1;
1846 $Points [] = $XPos + $this->GArea_X1;
1847 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1850 $Points [] = $XLast + $this->GArea_X1;
1851 $Points [] = min($LayerHeight + $this->GArea_Y1,
1883 $Points [] = $LayerWidth
1886 $Points [] = $YPos + $this->GArea_Y1;
1890 $Points [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
1891 $Points [] = $LayerHeight + $this->GArea_Y1;
1894 $this->canvas->drawFilledPolygon($Points,
1965 $Points = "";
1966 $Points [] = $XLast + $this->GArea_X1;
1967 $Points [] = $YLast + $this->GArea_Y1;
1968 $Points [] = $XPos + $this->GArea_X1;
1969 $Points [] = $YPos + $this->GArea_Y1;
1970 $Points [] = $XPos + $this->GArea_X1;
1971 $Points [] = $YZero + $this->GArea_Y1;
1972 $Points [] = $XLast + $this->GArea_X1;
1973 $Points [] = $YZero + $this->GArea_Y1;
1975 $this->canvas->drawFilledPolygon($Points,
2295 $Points = count ( $Data );
2319 for($i = 0; $i <= $Points; $i ++) {
2320 $Angle = - 90 + $i * 360 / $Points;
2355 for($i = 0; $i <= $Points; $i ++) {
2356 $Angle = - 90 + $i * 360 / $Points;
2372 for($i = 0; $i <= $Points; $i ++) {
2373 $Angle = - 90 + $i * 360 / $Points;
2419 $Angle = - 90 + 360 / $Points;
2482 $Points = count ( $Data );
2521 $Angle = $Angle + (360 / $Points);
2546 $Points = count ( $Data );
2577 $Angle = $Angle + (360 / $Points);