Home
last modified time | relevance | path

Searched refs:X2 (Results 1 – 16 of 16) sorted by relevance

/plugin/statdisplay/pchart/
H A DGDCanvas.php38 $X2 = $corner2->getX();
96 new Point($X2, $Y2),
107 $X2 = $corner2->getX() + .2;
110 new Point($X2, $Y1),
117 new Point($X2, $Y2),
162 $X2 = $point2->getX() + .2;
165 new Point($X2 - $radius, $Y1),
172 new Point($X2, $Y2 - $radius),
282 $X2 = $point2->getX() + .2;
285 new Point($X2 - $radius, $Y1),
[all …]
H A DpChart.php214 $this->GArea_X2 = $X2;
241 $X2 = $i + $SkewWidth;
249 if ($X2 >= $this->GArea_X2) {
251 $X2 = $this->GArea_X2 - 1;
255 new Point($X2, $Y2 + 1),
2050 new Point($X2,
2235 $X2 = $this->GArea_X2 - 1;
2259 new Point($X2,
2267 new Point($X2,
2330 $Plots [] = $X2;
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php36 $X2 = $corner2->getX();
45 new Point($X2 + $shadowProperties->xDistance,
59 new Point($X2 + $shadowProperties->xDistance - $i / 2,
70 new Point($X2 + $shadowProperties->xDistance + $i / 2,
81 imagefilledrectangle($this->picture, round($X1), round($Y1), round($X2), round($Y2), $C_Rectangle);
83 $LayerWidth = abs($X2 - $X1) + 2;
94 imagecopymerge($this->picture, $this->Layers [0], round(min($X1, $X2) - 1), round(min($Y1, $Y2) - 1), 0, 0, $LayerWidth, $LayerHeight, $alpha);
101 new Point($X2, $Y2),
113 $X2 = $corner2->getX() + .2;
117 new Point($X2,
[all...]
H A DpChart.php202 function setGraphArea($X1, $Y1, $X2, $Y2) { argument
205 $this->GArea_X2 = $X2;
236 $X2 = $i + $SkewWidth;
241 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
244 if($X2 >= $this->GArea_X2) {
245 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
246 $X2 = $this->GArea_X2 - 1;
251 new Point($X2, $Y2 + 1),
2189 $X2 = floor($XPos + $XWidth + $this->GArea_X1);
2194 if($X2 >
3124 addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) global() argument
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php1893 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
2060 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
2809 $X2=$X2+.2;$Y2=$Y2+.2;
2811 $this->drawLine($X2,$Y1,$X2,$Y2,$R,$G,$B);
2819 if ( $X2 < $X1 ) { list($X1, $X2) = array($X2, $X1); }
2902 $X2=$X2+.2;$Y2=$Y2+.2;
2904 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
2949 $X2=$X2+.2;$Y2=$Y2+.2;
2951 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
3017 $Distance = sqrt(($X2-$X1)*($X2-$X1)+($Y2-$Y1)*($Y2-$Y1));
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php1918 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
2085 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
2834 $X2=$X2+.2;$Y2=$Y2+.2;
2836 $this->drawLine($X2,$Y1,$X2,$Y2,$R,$G,$B);
2844 if ( $X2 < $X1 ) { list($X1, $X2) = array($X2, $X1); }
2927 $X2=$X2+.2;$Y2=$Y2+.2;
2929 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
2974 $X2=$X2+.2;$Y2=$Y2+.2;
2976 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B);
3042 $Distance = sqrt(($X2-$X1)*($X2-$X1)+($Y2-$Y1)*($Y2-$Y1));
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.swf.php76 …list($X1, $X2, $Y1, $Y2) = explode("\n", wordwrap($FrameSizeDataString, $FrameSizeBitsPerValue, "\…
77 $info['swf']['header']['frame_width'] = getid3_lib::Bin2Dec($X2);
/plugin/jmol2/jmol/
H A DJmolApplet0_Quantum.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Quantum.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
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 ...
/plugin/imapmarkers/
H A DREADME.md80 **Polygon**: X1,Y1,X2,Y2,X3,Y3 (and so on …)
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1X2","Y2","Z2","z0","deltaMax","feature","centroidStream","centroidPoint","centroidLineStart","cent…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1X2, Y2, Z2,\n lambda00, phi00, // first point\n x0, y0, z0; // previous point\n\nvar centroi…
/plugin/openlayersmap/ol7/
H A Dol.js.map