Home
last modified time | relevance | path

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

123

/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A DCJKdata.php5 $cw = array( variable
18 $this->Big5_widths=$cw;
22 $cw = array( variable
34 $this->GB_widths=$cw;
37 $cw = array( variable
73 $cw[$i+31] = $_r[2];
76 $this->SJIS_widths=$cw;
79 $cw = array( variable
96 $cw[$i+31] = $_r[2];
99 $this->UHC_widths=$cw;
[all...]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php531 $codewords = array_merge($codewords, $cw);
550 $macrocw = array_merge($macrocw, $cw);
553 $macrocw = array_merge($macrocw, $cw);
567 $macrocw = array_merge($macrocw, $cw);
781 foreach($cw as $k => $d) {
943 $cw = array_merge($cw, $cw6);
946 $cw[] = ord($code{$i});
965 array_unshift($cw, $d);
972 $cw[] = ord($code);
978 array_unshift($cw, $mode);
[all …]
H A DDatamatrix.php250 $cw[] = 124;
260 $cw[] = 129;
644 $cw = 254;
646 $cw = 124;
651 $cw = 230;
655 $cw = 239;
659 $cw = 238;
663 $cw = 240;
667 $cw = 231;
671 return $cw;
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1709 ctx.arc(cx+(cw/2),cy+(cw/2),(cw/2)-fc,deg2rad(180),0, false);
1710 ctx.arc(cx+(cw/2),(cy+ch)-(cw/2),(cw/2)-fc,0,deg2rad(180), false);
1724 ctx.arc(cx+(cw/2),cy+(cw*0.425),(cw*0.425)-fc,deg2rad(45),deg2rad(-180), true);
1729 ctx.arc(cx+(cw/2),cy+ch-(cw*0.5),(cw*0.5)-fc,deg2rad(-90),deg2rad(180), false);
1759 ctx.moveTo(cx+(cw*0.92)-fc,cy+(cw*0.59));
1760 ctx.arc(cx+(cw/2),cy+(cw*0.45),(cw*0.45)-fc,deg2rad(25),deg2rad(-205), true);
1767 ctx.moveTo(cx+cw-fc,cy+(cw*0.5));
1768 ctx.arc(cx+(cw/2),cy+(cw*0.5),(cw*0.5)-fc,deg2rad(0),deg2rad(360), false);
1774 ctx.moveTo(cx+(cw*0.505),cy+(cw*0.3));
1775 ctx.arc(cx+(cw*0.3),cy+(cw*0.3),(cw*0.3)-fc,deg2rad(0),deg2rad(360), false);
[all …]
/plugin/zoom/
H A Dscript.js9cw,ch;var destU=0;var destV=0;var currV=0;var currU=0;var filesLoaded=0;var mx,my;var ctx=this,zw;…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/font/
H A Dccourierb.php4 $cw[chr($i)] = 600;
H A Dccourierbi.php4 $cw[chr($i)] = 600;
H A Dccourier.php4 $cw[chr($i)] = 600;
H A Dccourieri.php4 $cw[chr($i)] = 600;
H A Dczapfdingbats.php3 $cw = array( variable
H A Dcsymbol.php3 $cw = array( variable
H A Dchelveticab.php3 $cw = array( variable
H A Dchelveticai.php3 $cw = array( variable
/plugin/html2pdf/html2pdf/html2ps/cache/
H A DHelvetica-Bold-iso-8859-1.php7 $cw=array( variable
H A DHelvetica-Bold-iso-8859-7.php7 $cw=array( variable
H A DHelvetica-iso-8859-7.php7 $cw=array( variable
H A DTimes-Bold-iso-8859-1.php7 $cw=array( variable
H A DArial Unicode MS-custom1.php7 $cw=array( variable
H A DArial Unicode MS-symbol.php7 $cw=array( variable
H A DArial Unicode MS-iso-8859-1.php7 $cw=array( variable
H A DHelvetica-Oblique-iso-8859-1.php7 $cw=array( variable
H A DHelvetica-iso-8859-1.php7 $cw=array( variable
H A DHelvetica-iso-8859-13.php7 $cw=array( variable
H A DTimes-Roman-iso-8859-1.php7 $cw=array( variable
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2053 function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = [])
2060 $cw = $pba['w'];
2066 $cw = $cw * Mpdf::SCALE;
2077 $h = $imh * $cw / $imw;
2078 $w = $cw;
2086 $h = $imh * $cw / $imw;
2087 $w = $cw;
2096 $size['w'] = ($cw * $size['w']);
2118 } elseif ($resize == 1 && $imw > $cw) {
2036 _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = []) global() argument
3443 _getCharWidth(& $cw, $u, $isdef = true) global() argument
3464 _charDefined(& $cw, $u) global() argument
10723 AddCIDFont($family, $style, $name, & $cw, $CMap, $registry, $desc) global() argument
[all...]

123