Home
last modified time | relevance | path

Searched refs:_getLineStyle (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Plot/
H A DBoxWhisker.php80 $this->_getLineStyle();
84 $this->_getLineStyle();
88 $this->_getLineStyle();
92 $this->_getLineStyle();
96 $this->_getLineStyle();
102 $this->_getLineStyle();
104 $this->_getLineStyle();
107 $this->_getLineStyle();
111 $this->_getLineStyle();
134 $this->_getLineStyle();
[all …]
H A DCandleStick.php71 $this->_getLineStyle($ID);
80 $this->_getLineStyle($ID);
90 $this->_getLineStyle($ID);
118 $this->_getLineStyle($ID);
127 $this->_getLineStyle($ID);
137 $this->_getLineStyle($ID);
H A DLine.php140 $this->_getLineStyle($key);
160 $this->_getLineStyle($key);
H A DOdo.php389 $this->_getLineStyle();
420 $this->_getLineStyle();
480 $this->_getLineStyle($ID);
638 $this->_getLineStyle();
733 $this->_getLineStyle($point['ID']);
H A DBand.php85 $this->_getLineStyle();
193 $this->_getLineStyle($key);
H A DPie.php437 $this->_getLineStyle($ID);
480 $this->_getLineStyle($ID);
565 $this->_getLineStyle($point['ID']);
615 $this->_getLineStyle('rest');
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Marker/
H A DAsterisk.php67 $this->_getLineStyle();
77 $this->_getLineStyle();
87 $this->_getLineStyle();
97 $this->_getLineStyle();
H A DPlus.php76 $this->_getLineStyle();
92 $this->_getLineStyle();
94 $this->_getLineStyle();
H A DCross.php73 $this->_getLineStyle();
93 $this->_getLineStyle();
103 $this->_getLineStyle();
H A DAverage.php74 $this->_getLineStyle();
77 $this->_getLineStyle();
H A DBox.php66 $this->_getLineStyle();
H A DTriangle.php69 $this->_getLineStyle();
H A DDiamond.php66 $this->_getLineStyle();
H A DCircle.php76 $this->_getLineStyle();
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Line/
H A DArray.php117 function _getLineStyle($ID = false) function in Image_Graph_Line_Array
128 return $lineStyle->_getLineStyle($ID);
132 return parent::_getLineStyle($ID);
H A DFormatted.php82 function _getLineStyle() function in Image_Graph_Line_Formatted
H A DSolid.php99 function _getLineStyle() function in Image_Graph_Line_Solid
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Plot/Smoothed/
H A DLine.php111 $this->_getLineStyle($key);
161 $this->_getLineStyle();
/dports/graphics/pear-Image_Canvas/Image_Canvas-0.3.2/Image/Canvas/
H A DSVG.php209 function _getLineStyle($lineStyle = false) function in Image_Canvas_SVG
430 $style = $this->_getLineStyle($color) . $this->_getFillStyle('transparent');
464 $style = $this->_getLineStyle($lineColor) . $this->_getFillStyle($fillColor);
536 $style = $this->_getLineStyle($lineColor) . $this->_getFillStyle($fillColor);
576 $style = $this->_getLineStyle($lineColor) . $this->_getFillStyle($fillColor);
629 $style = $this->_getLineStyle($lineColor) . $this->_getFillStyle($fillColor);
H A DSWF.php176 function _getLineStyle($lineStyle = false) function in Image_Canvas_SWF
395 $color = $this->_getLineStyle($color);
431 $lineStyle = $this->_getLineStyle($lineColor);
486 $lineColor = $this->_getLineStyle($lineColor);
556 $lineColor = $this->_getLineStyle($lineColor);
H A DGD.php238 function _getLineStyle($lineStyle = false) function in Image_Canvas_GD
646 if (($line = $this->_getLineStyle($color)) !== false) {
871 } elseif (($line = $this->_getLineStyle($color)) !== false) {
899 $style = $this->_getLineStyle($lineColor) . $this->_getFillStyle($fillColor);
1022 } elseif (($line = $this->_getLineStyle($lineColor)) !== false) {
1042 } elseif (($line = $this->_getLineStyle($lineColor)) !== false) {
1097 if (($line = $this->_getLineStyle($lineColor)) !== false) {
1136 if (($line = $this->_getLineStyle($lineColor)) !== false) {
1216 if (($line = $this->_getLineStyle($lineColor)) !== false) {
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Figure/
H A DPolygon.php89 $this->_getLineStyle();
H A DRectangle.php82 $this->_getLineStyle();
H A DEllipse.php82 $this->_getLineStyle();
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/
H A DElement.php268 $result = $this->_borderStyle->_getLineStyle();
324 function _getLineStyle($ID = false) function in Image_Graph_Element
327 $result = $this->_lineStyle->_getLineStyle($ID);

12