Lines Matching refs:count

283          if ( count($Values) == 3 )
514 if ( count($Data) > 1 )
517 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data)-1);
520 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data));
530 $this->DataCount = count($Data);
1948 $Series = count($DataDescription["Values"]);
1999 $Series = count($DataDescription["Values"]);
2109 $Points = count($Data);
2153 imagefilledpolygon($this->Picture,$Plots,(count($Plots)+1)/2,$C_Graph);
2244 $Points = count($Data);
2304 $Points = count($Data);
2365 imagefilledpolygon($this->Layers[0],$Plots,(count($Plots)+1)/2,$C_Graph);
2370 for($i=0;$i<=count($Plots)-4;$i=$i+2)
2471 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2480 for($j=0;$j<=count($TopPlots[$Key])-4;$j=$j+2)
2611 imagefilledpolygon($this->Picture,$PolyPlots[$Key],(count($PolyPlots[$Key])+1)/2,$C_GraphLo);
2648 $SpliceRatio = (360 - $SpliceDistanceRatio * count($iValues) ) / $PieSum;
2722 imagefilledpolygon($this->Picture,$BotPlots[$Key],(count($BotPlots[$Key])+1)/2,$C_GraphLo);
2726 for($j=0;$j<=count($aBotPlots[$Key])-4;$j=$j+2)
2746 imagefilledpolygon($this->Picture,$Plots,(count($Plots)+1)/2,$C_GraphLo);
2748 $Index = count($Plots);
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
2761 imagefilledpolygon($this->Picture,$TopPlots[$Key],(count($TopPlots[$Key])+1)/2,$C_GraphLo);
2764 for($j=0;$j<=count($aTopPlots[$Key])-4;$j=$j+2)
3296 if (count($DataDescription["Description"]) < count($DataDescription["Values"]))
3339 if (count($this->Errors) == 0)
3357 …le($this->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($this->Errors))),$…
3358 …le($this->XSize-($MaxWidth+20),$this->YSize-(20+(($this->ErrorFontSize+4)*count($this->Errors))),$…
3361 $YPos = $this->YSize - (18 + (count($this->Errors)-1) * ($this->ErrorFontSize + 4));