Lines Matching refs:XOffset
1439 $Width = $Positions[2] - $Positions[6]; $XOffset = $XPos - ($Width/2);
1443 …imagettftext($this->Picture,$this->FontSize,0,$XOffset,$YOffset,$C_TextColor,$this->FontName,$Valu…
2191 $XOffset = 0; $YOffset = 0;
2204 { $YOffset = $Height; $XOffset = -$Width; }
2207 { $XOffset = -$Width; }
2209 …imagettftext($this->Picture,$this->FontSize,0,$X+$XOffset,$Y+$YOffset,$C_TextColor,$this->FontName…
2529 $XOffset = cos(($Angle+($Value/2*$SpliceRatio)) * 3.1418 / 180 ) * $SpliceDistance;
2532 $TopPlots[$Key][] = round($XPos + $XOffset);
2583 $PosX = cos($iAngle * 3.1418 / 180 ) * $Radius + $XPos + $XOffset;
2589 $this->drawLine($XPos+$XOffset,$YPos+$YOffset,$PosX,$PosY,$Rc,$Gc,$Bc);
2597 $TopPlots[$Key][] = round($XPos + $XOffset); $TopPlots[$Key][] = round($YPos + $YOffset);