Home
last modified time | relevance | path

Searched refs:cw (Results 26 – 50 of 57) sorted by path

123

/plugin/dw2pdf/vendor/mpdf/mpdf/data/font/
H A Dctimesi.php3 $cw = array( variable
H A Dczapfdingbats.php3 $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...]
H A DOtl.php618 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) {
698 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) {
771 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) {
3219 $cw = round($this->mpdf->_getCharWidth($this->mpdf->CurrentFont['cw'], $this->OTLdata[$basepos]['uni']) * $this->mpdf->CurrentFont['unitsPerEm'] / 1000); // convert back to font design units
3221 $cw = 0;
3226 if (isset($Value['XAdvance']) && ($Value['XAdvance'] - $cw) != 0) {
3230 $cw = 0;
3236 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] += $Value['XAdvance'] - $cw;
3238 $this->OTLdata[$apos]['GPOSinfo']['XAdvanceL'] = $Value['XAdvance'] - $cw;
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/flowcharts/
H A Dmermaid.min.js1cw(t){return new sw(t,0)}function lw(t){return new sw(t,1)}var fw=function(t,e){if((i=t.length)>1)… function
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php1240 $cw = array_sum(array_slice($columns, $j, $span));
1244 $cell->put_full_width($cw);
1246 new WCConstant($cw -
1255 $this->_current_x += $cw;
H A Dpdf.fpdf.makefont.php258 $cw=$fm['Widths'];
H A Dpdf.fpdf.php1892 $cw = &$this->CurrentFont['cw'];
1897 $w+=$cw[$s{$i}];
1947 'cw' =>$cw,
2298 $cw = &$font['cw'];
2301 $s.=$cw[chr($i)].' ';
/plugin/html2pdf/html2pdf/html2ps/cache/
H A DArial Unicode MS-custom1.php7 $cw=array( variable
H A DArial Unicode MS-iso-8859-1.php7 $cw=array( variable
H A DArial Unicode MS-symbol.php7 $cw=array( variable
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-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 DHelvetica-iso-8859-7.php7 $cw=array( variable
H A DTimes-Bold-iso-8859-1.php7 $cw=array( variable
H A DTimes-Roman-iso-8859-1.php7 $cw=array( variable
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php190 $cw=$fm['Widths'];
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1903 $cw = &$this->CurrentFont['cw'];
1908 $w+=$cw[$s{$i}];
1970 'cw' =>$cw,
2220 $cw=&$this->CurrentFont['cw'];
2282 $l+=$cw[$c];
2332 $cw=&$this->CurrentFont['cw'];
2363 $l+=$cw[$c];
2750 $cw=&$font['cw'];
2753 $s.=$cw[chr($i)].' ';
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js2600 cw = stream.read(len);
2602 while (cw !== table[off][1]) {
2605 cw <<= j;
2606 cw |= stream.read(j);
H A Dogg.js2cw=Module["canvas"].width;var ch=Module["canvas"].height;var scrollX=typeof window.scrollX!=="unde…
H A Dopus.js2cw=Module["canvas"].width;var ch=Module["canvas"].height;var scrollX=typeof window.scrollX!=="unde…

123