Home
last modified time | relevance | path

Searched refs:drawDottedLine (Results 1 – 14 of 14) sorted by last modified time

/plugin/statistics/inc/pchart/
H A DGDCanvas.php362 $this->drawDottedLine(
403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { function in GDCanvas
H A DTestCanvas.php49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { function in TestCanvas
H A DICanvas.php30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); function
H A DpChart.php930 $this->canvas->drawDottedLine(
958 $this->canvas->drawDottedLine(
1218 $this->canvas->drawDottedLine(
2538 $this->canvas->drawDottedLine(
/plugin/statdisplay/pchart/
H A DGDCanvas.php313 $this->drawDottedLine($point1,
349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S… function in GDCanvas
H A DICanvas.php34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… function
H A DTestCanvas.php51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… function in TestCanvas
H A DpChart.php871 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $YPos),
897 $this->canvas->drawDottedLine(new Point(floor($XPos), $this->GArea_Y1),
1133 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $Y),
2361 $this->canvas->drawDottedLine(new Point($LastX, $LastY),
/plugin/projects/pchart/pchart/
H A Dpchart.php939 $this->drawDottedLine($this->GArea_X1,$YPos,$this->GArea_X2,$YPos,$LineWidth,$R,$G,$B);
953 …$this->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$…
1145 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
2151 $this->drawDottedLine($LastX,$LastY,$X,$Y,4,$S_R,$S_G,$S_B);
3012 …if ( $this->LineDotSize > 1 ) { $this->drawDottedLine($X1,$Y1,$X2,$Y2,$this->LineDotSize,$R,$G,$B,…
3043 function drawDottedLine($X1,$Y1,$X2,$Y2,$DotSize,$R,$G,$B,$GraphFunction=FALSE) function in pChart
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/charter/lib/pchart/
H A DpChart.class.php939 $this->drawDottedLine($this->GArea_X1,$YPos,$this->GArea_X2,$YPos,$LineWidth,$R,$G,$B);
953 …$this->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$…
1169 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
2176 $this->drawDottedLine($LastX,$LastY,$X,$Y,4,$S_R,$S_G,$S_B);
3037 …if ( $this->LineDotSize > 1 ) { $this->drawDottedLine($X1,$Y1,$X2,$Y2,$this->LineDotSize,$R,$G,$B,…
3068 function drawDottedLine($X1,$Y1,$X2,$Y2,$DotSize,$R,$G,$B,$GraphFunction=FALSE) function in pChart