Home
last modified time | relevance | path

Searched refs:Layers (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DLayers.php31 class Layers extends \Google\Service\Resource class
74 class_alias(Layers::class, 'Google_Service_Books_Resource_Layers');
/plugin/projects/pchart/pchart/
H A Dpchart.php175 var $Layers = NULL; variable in pChart
912 imagecolortransparent($this->Layers[0],$C_White);
931 imagedestroy($this->Layers[0]);
1354 imagecolortransparent($this->Layers[0],$C_White);
1386 imagedestroy($this->Layers[0]);
1652 imagecolortransparent($this->Layers[0],$C_White);
1749 imagedestroy($this->Layers[0]);
1846 imagedestroy($this->Layers[0]);
1911 imagedestroy($this->Layers[$i]);
2343 imagedestroy($this->Layers[0]);
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php175 var $Layers = NULL; variable in pChart
912 imagecolortransparent($this->Layers[0],$C_White);
931 imagedestroy($this->Layers[0]);
1378 imagecolortransparent($this->Layers[0],$C_White);
1410 imagedestroy($this->Layers[0]);
1677 imagecolortransparent($this->Layers[0],$C_White);
1774 imagedestroy($this->Layers[0]);
1871 imagedestroy($this->Layers[0]);
1936 imagedestroy($this->Layers[$i]);
2368 imagedestroy($this->Layers[0]);
[all …]
/plugin/statdisplay/pchart/
H A DGDCanvas.php82 $this->Layers [0] = imagecreatetruecolor ( $LayerWidth, $LayerHeight );
83 $C_White = imagecolorallocate( $this->Layers [0], 255, 255, 255);
84 imagefilledrectangle ( $this->Layers [0], 0, 0, $LayerWidth, $LayerHeight, $C_White );
85 imagecolortransparent ( $this->Layers [0], $C_White );
87 $C_Rectangle = imagecolorallocate( $this->Layers [0], $color->r, $color->g, $color->b);
88 …imagefilledrectangle ( $this->Layers [0], round ( 1 ), round ( 1 ), round ( $LayerWidth - 1 ), rou…
90 …imagecopymerge ($this->picture, $this->Layers [0], round ( min ( $X1, $X2 ) - 1 ), round ( min ( $…
91 imagedestroy ( $this->Layers [0] );
/plugin/statistics/inc/pchart/
H A DGDCanvas.php86 $this->Layers [0] = imagecreatetruecolor($LayerWidth, $LayerHeight);
87 $C_White = imagecolorallocate($this->Layers [0], 255, 255, 255);
88 imagefilledrectangle($this->Layers [0], 0, 0, $LayerWidth, $LayerHeight, $C_White);
89 imagecolortransparent($this->Layers [0], $C_White);
91 $C_Rectangle = imagecolorallocate($this->Layers [0], $color->r, $color->g, $color->b);
92 imagefilledrectangle($this->Layers [0], round(1), round(1), round($LayerWidth - 1), round($LayerHeight - 1), $C_Rectangle);
94 imagecopymerge($this->picture, $this->Layers [0], round(min($X1, $X2) - 1), round(min($Y1, $Y2) - 1), 0, 0, $LayerWidth, $LayerHeight, $alpha);
95 imagedestroy($this->Layers [0]);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js426 div.appendChild(this.createTitle(mxResources.get('pageLayers', null, 'Page and Layers')));
464 …obox(div, 'pageLayers', mxResources.get('firstPage', null, 'First Page (All Layers)'), !hasAspect);
/plugin/diagramsnet/lib/resources/
H A Ddia_zh.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_uk.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_fa.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_ja.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_he.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_ko.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_th.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_zh-tw.txt1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_kn.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_si.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_sl.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_ta.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_bn.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_eo.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_mr.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_my.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_hi.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_sk.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)
H A Ddia_sw.txt429 layers=Layers
1059 pageLayers=Page and Layers
1061 firstPage=First Page (All Layers)

123