Home
last modified time | relevance | path

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

123

/plugin/dw2pdf/vendor/mpdf/mpdf/data/
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;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php530 $cw = $this->getCompaction($seq[0], $seq[1], true);
531 $codewords = array_merge($codewords, $cw);
549 $cw = $this->getCompaction(902, sprintf('%05d', $macro['segment_index']), false);
550 $macrocw = array_merge($macrocw, $cw);
552 $cw = $this->getCompaction(900, $macro['file_id'], false);
553 $macrocw = array_merge($macrocw, $cw);
566 $cw = $this->getCompaction($omode, $macro['option_'.$k], false);
567 $macrocw = array_merge($macrocw, $cw);
771 protected function getErrorCorrection($cw, $ecl) { argument
781 foreach($cw as $k => $d) {
[all …]
DDatamatrix.php229 $cw = $this->getHighLevelEncoding($code);
231 $nd = count($cw);
247 if ((($params[11] - $nd) > 1) AND ($cw[($nd - 1)] != 254)) {
250 $cw[] = 124;
254 $cw[] = 254;
260 $cw[] = 129;
264 $cw[] = $this->get253StateCodeword(129, $i);
269 $cw = $this->getErrorCorrection($cw, $params[13], $params[14], $params[15]);
322 $grid[$row][$col] = (($cw[$cw_id] & $cw_bit) == 0) ? 0 : 1;
644 $cw = 254;
[all …]
/plugin/s5reloaded/ui/thesis/
Dslides.js1704 function strokeSymbol(ctx, symbol, fc, cx, cy, cw, ch) { argument
1709 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);
1714 ctx.moveTo(cx+(cw*0.1)+fc,cy+ch-fc);
1715 ctx.lineTo(cx+cw-fc,cy+ch-fc);
1716 ctx.moveTo(cx+(cw*0.666666),cy+ch-fc);
1717 ctx.lineTo(cx+(cw*0.666666),cy+fc);
1718 ctx.lineTo(cx+(cw*0.25),cy+(ch*0.25));
1721 ctx.moveTo(cx+cw-fc,cy+(ch*0.8));
1722 ctx.lineTo(cx+cw-fc,cy+ch-fc);
[all …]
/plugin/zoom/
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/
Dccourierbi.php4 $cw[chr($i)] = 600;
Dccourier.php4 $cw[chr($i)] = 600;
Dccourierb.php4 $cw[chr($i)] = 600;
Dccourieri.php4 $cw[chr($i)] = 600;
Dczapfdingbats.php3 $cw = array( variable
Dcsymbol.php3 $cw = array( variable
Dchelveticab.php3 $cw = array( variable
Dctimesbi.php3 $cw = array( variable
/plugin/html2pdf/html2pdf/html2ps/cache/
DHelvetica-iso-8859-7.php7 $cw=array( variable
DTimes-Bold-iso-8859-1.php7 $cw=array( variable
DHelvetica-Bold-iso-8859-7.php7 $cw=array( variable
DHelvetica-iso-8859-1.php7 $cw=array( variable
DArial Unicode MS-custom1.php7 $cw=array( variable
DArial Unicode MS-symbol.php7 $cw=array( variable
DArial Unicode MS-iso-8859-1.php7 $cw=array( variable
DTimes-Roman-iso-8859-1.php7 $cw=array( variable
DHelvetica-Bold-iso-8859-1.php7 $cw=array( variable
DHelvetica-iso-8859-13.php7 $cw=array( variable
DHelvetica-Oblique-iso-8859-1.php7 $cw=array( variable
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php2053 function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = []) argument
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) {
2119 $h = $imh * $cw / $imw;
[all …]

123