Home
last modified time | relevance | path

Searched refs:addIncrement (Results 1 – 2 of 2) sorted by relevance

/plugin/statdisplay/pchart/
DPoint.php29 public function addIncrement($x, $y) { function in Point
DpChart.php1076 $newPosition = $point1->addIncrement(1, $this->FontSize + 1);
1079 $newPosition = $point1->addIncrement(($AreaWidth / 2) - ($TextWidth / 2),
1087 $newPosition = $point1->addIncrement(1,
1091 $newPosition = $point1->addIncrement(($AreaWidth / 2) - ($TextWidth / 2),
1107 $newPosition = $point2->addIncrement(- $TextWidth - 1,