Searched refs:XPos2 (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp… argument 1023 if ($XPos2 != - 1) { 1026 $XPos = floor ( ($XPos2 - $XPos - $TextWidth) / 2 ) + $XPos;
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) { argument 1094 if($XPos2 != -1) { 1097 $XPos = floor(($XPos2 - $XPos - $TextWidth) / 2) + $XPos;
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 1072 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument 1076 if ( $XPos2 != -1 ) 1080 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) argument 1100 if ( $XPos2 != -1 ) 1104 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
|