Home
last modified time | relevance | path

Searched refs:XPos2 (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php1018 …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 DpChart.php1089 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 Dpchart.php1072 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 DpChart.class.php1096 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;