Lines Matching refs:Points

1576                 $Points    = array();
1577 $Points [] = $LastXPos + $this->GArea_X1;
1578 $Points [] = $LastYPos1 + $this->GArea_Y1;
1579 $Points [] = $LastXPos + $this->GArea_X1;
1580 $Points [] = $LastYPos2 + $this->GArea_Y1;
1581 $Points [] = $XPos + $this->GArea_X1;
1582 $Points [] = $YPos2 + $this->GArea_Y1;
1583 $Points [] = $XPos + $this->GArea_X1;
1584 $Points [] = $YPos1 + $this->GArea_Y1;
1587 $Points,
1938 $Points = "";
1939 $Points [] = $this->GAreaXOffset + $this->GArea_X1;
1940 $Points [] = $LayerHeight + $this->GArea_Y1;
1987 $Points [] = $XPos + $this->GArea_X1;
1988 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1991 $Points [] = $XLast + $this->GArea_X1;
1992 $Points [] = min(
2029 $Points [] = $LayerWidth
2032 $Points [] = $YPos + $this->GArea_Y1;
2036 $Points [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
2037 $Points [] = $LayerHeight + $this->GArea_Y1;
2041 $Points,
2113 $Points = "";
2114 $Points [] = $XLast + $this->GArea_X1;
2115 $Points [] = $YLast + $this->GArea_Y1;
2116 $Points [] = $XPos + $this->GArea_X1;
2117 $Points [] = $YPos + $this->GArea_Y1;
2118 $Points [] = $XPos + $this->GArea_X1;
2119 $Points [] = $YZero + $this->GArea_Y1;
2120 $Points [] = $XLast + $this->GArea_X1;
2121 $Points [] = $YZero + $this->GArea_Y1;
2124 $Points,
2465 $Points = count($Data);
2493 for($i = 0; $i <= $Points; $i++) {
2494 $Angle = -90 + $i * 360 / $Points;
2532 for($i = 0; $i <= $Points; $i++) {
2533 $Angle = -90 + $i * 360 / $Points;
2551 for($i = 0; $i <= $Points; $i++) {
2552 $Angle = -90 + $i * 360 / $Points;
2602 $Angle = -90 + 360 / $Points;
2671 $Points = count($Data);
2713 $Angle = $Angle + (360 / $Points);
2740 $Points = count($Data);
2771 $Angle = $Angle + (360 / $Points);