Lines Matching refs:Points
1393 $Points = "";
1394 $Points[] = $LastXPos; $Points[] = $LastYPos1;
1395 $Points[] = $LastXPos; $Points[] = $LastYPos2;
1396 $Points[] = $XPos; $Points[] = $YPos2;
1397 $Points[] = $XPos; $Points[] = $YPos1;
1399 imagefilledpolygon($this->Layers[0],$Points,4,$C_Graph);
1670 $Points = "";
1671 $Points[] = $this->GAreaXOffset;
1672 $Points[] = $LayerHeight;
1722 $Points[] = $XPos;
1723 $Points[] = $YPos;
1727 $PointsCount++; $Points[] = $XLast; $Points[] = $LayerHeight;
1759 $Points[] = $LayerWidth-$this->GAreaXOffset;
1760 $Points[] = $YPos;
1764 $Points[] = $LayerWidth-$this->GAreaXOffset;
1765 $Points[] = $LayerHeight;
1770 imagefilledpolygon($this->Layers[0],$Points,$PointsCount,$C_Graph);
1843 $Points = "";
1844 $Points[] = $XLast; $Points[] = $YLast;
1845 $Points[] = $XPos;
1846 $Points[] = $YPos;
1847 $Points[] = $XPos;
1848 $Points[] = $YZero;
1849 $Points[] = $XLast;
1850 $Points[] = $YZero;
1853 imagefilledpolygon($this->Layers[0],$Points,4,$C_Graph);
2109 $Points = count($Data);
2136 for ( $i=0; $i<=$Points; $i++)
2138 $Angle = -90 + $i * 360/$Points;
2169 for ( $i=0; $i<=$Points; $i++)
2171 $Angle = -90 + $i * 360/$Points;
2183 for ( $i=0; $i<=$Points; $i++)
2185 $Angle = -90 + $i * 360/$Points;
2218 $Angle = -90 + 360 / $Points;
2244 $Points = count($Data);
2287 $Angle = $Angle + (360/$Points);
2304 $Points = count($Data);
2348 $Angle = $Angle + (360/$Points);