Searched refs:pointCount (Results 1 – 6 of 6) sorted by relevance
25 public $pointCount; variable in Google\\Service\\Monitoring\\Error32 public function setPointCount($pointCount) argument34 $this->pointCount = $pointCount;41 return $this->pointCount;
87 $pointCount = count($points);88 if ($pointCount === 0) {93 $j = ($k + 1) % $pointCount;157 $pointCount = count($points);158 if ($pointCount === 0 || $area == 0.0) {164 $j = ($k + 1) % $pointCount;
342 $pointCount = $this->numPoints();344 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {367 $pointCount = $this->numPoints();369 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {
246 $pointCount = $this->reader->readUVarInt();249 for ($i = 0; $i < $pointCount; $i++) {
8 …pointCount=0,this.contourLineWidth=1,this.contourPositions=M,this.contourVAO=S,this.contourCount=0…
63508 var pointCount = 0;63547 pointCount++;63550 endPtsOfContours.push(pointCount - 1);63555 endPtsOfContours.push(pointCount - 1);