Home
last modified time | relevance | path

Searched refs:x (Results 101 – 125 of 1696) sorted by last modified time

12345678910>>...68

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php85 for ($x = 0; $x < $w; $x++) {
86 $bmpdata .= $str[$y0 + $x];
92 for ($x = 0; $x < $w; $x++) {
93 $bmpdata .= $str[$y0 + $x];
104 for ($x = 0; $x <
[all...]
H A DSvg.php260 // x and y are coordinates
261 $x = (isset($attribs['x']) ? $attribs['x'] : 0);
291 // x,y,w,h define the reference rectangle
294 $img_x = $x;
321 // do nothing to x
330 // do nothing to x
336 // do nothing to x
353 $s .= sprintf('%.3F %.3F m ', ($x) *
1094 svg_overflow($x, $y) global() argument
[all...]
H A DWmf.php254 function _MoveTo($x, $y) argument
256 return "$x $y m\n";
260 function _LineTo($x, $y) argument
262 return "$x $y l\n";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php778 var $x;
1378 } elseif (substr($mode, -2) == '-x') {
1742 $this->x = $this->lMargin;
1749 if ($this->page > 0 and $this->x < $margin) {
1750 $this->x = $margin;
1871 function SetAnchor2Bookmark($x)
1873 $this->anchor2Bookmark = $x;
2055 // pba is background positioning area (from CSS background-origin) may not always be set [x,y,w,h]
2205 if ($properties['BACKGROUND-REPEAT'] == 'no-repeat' || $properties['BACKGROUND-REPEAT'] == 'repeat-x') {
2286 $this->patterns[$n] = ['x'
777 var $x; global() variable in Mpdf\\Mpdf
1860 SetAnchor2Bookmark($x) global() argument
3766 Rect($x, $y, $w, $h, $style = '') global() argument
4293 Link($x, $y, $w, $h, $link) global() argument
4318 Text($x, $y, $txt, $OTLdata = [], $textvar = 0, $aixextra = '', $coordsys = '', $return = false) global() argument
4453 WriteText($x, $y, $txt) global() argument
5388 applyGPOSpdf($txt, $aix, $x, $y, $OTLdata, $textvar = 0) global() argument
5738 _kern($txt, $mode, $aix, $x, $y) global() argument
7637 _printListBullet($x, $y, $size, $type, $color) global() argument
8810 Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) global() argument
9055 inlineObject($type, $x, $y, $objattr, $Lmargin, $widthUsed, $maxWidth, $lineHeight, $paint = false, $is_table = false) global() argument
9412 SetX($x) global() argument
9433 SetXY($x, $y) global() argument
9825 Annotation($text, $x = 0, $y = 0, $icon = 'Note', $author = '', $subject = '', $opacity = 0, $colarray = false, $popup = '', $file = '') global() argument
10421 _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0) global() argument
10541 Rotate($angle, $x = 1, $y = 1) global() argument
10563 CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') global() argument
10573 RoundedRect($x, $y, $w, $h, $r, $style = '') global() argument
13848 WriteFixedPosHTML($html, $x, $y, $w, $h, $overflow = 'visible', $bounding = []) global() argument
20687 _tableRect($x, $y, $w, $h, $bord = 1, $details = [], $buffer = false, $bSeparate = false, $cort = 'cell', $tablecorner = '', $bsv = 0, $bsh = 0) global() argument
25270 Circle($x, $y, $r, $style = 'S') global() argument
25275 Ellipse($x, $y, $rx, $ry, $style = 'S') global() argument
26036 WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = 1, $paddingR = 1, $paddingT = 2, $paddingB = 2, $height = 1, $bgcol = false, $col = false, $btype = 'ISBN', $supplement = '0', $supplement_code = '', $k = 1) global() argument
26416 WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1) global() argument
26528 transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = false) global() argument
26583 transformRotate($angle, $x = '', $y = '', $returnstring = false) global() argument
26617 transformSkew($angle_x, $angle_y, $x = '', $y = '', $returnstring = false) global() argument
[all...]
H A DOtl.php874 // IS_TONE_MARK ((x) & ~0x0080, 0x0E34 - 0x0E37, 0x0E47 - 0x0E4E, 0x0E31)
2917 if (isset($chars[$i + 1]) && preg_match('/[\x{0700}-\x{0745}]/u', UtfString::code2utf(hexdec($chars[$n]))) && preg_match('/[\x{0700}-\x{0745}]/u', UtfString::code2utf(hexdec($chars[$i + 1]))) && isset($this->arabGlyphs[$char][4])) {
2920 elseif (!isset($chars[$i + 1]) || !preg_match('/[\x{0700}-\x{0745}]/u', UtfString::code2utf(hexdec($chars[$i + 1])))) {
3104 $x = ord($dict[$dictptr]);
3106 if ($x == static::_DICT_INTERMEDIATE_MATCH) {
3113 } elseif ($x
[all...]
H A DOtlDump.php268 function sub32($x, $y) argument
270 $xlo = $x[1];
271 $xhi = $x[0];
977 $html .= '&#x' . $g . '; ';
993 $html .= '&#x' . $g . '; ';
1009 $html .= '&#x25cc;&#x' . $g . '; ';
1025 $html .= '&#x' . $g . '; ';
1087 $html .= '&#x25cc;&#x' . $g . '; ';
1118 $html .= '&#x25cc;&#x' . $g . '; ';
2888 // $nBsubs Number of Backtrack substitutions (= 2x Numbe
[all...]
H A DTTFontFile.php341 function sub32($x, $y) argument
343 $xlo = $x[1];
344 $xhi = $x[0];
1158 // Calculate from yMax of 'x' or 'H' Glyphs...
2405 $rtlPUAstr .= "\x{" . $rg['start'] . "}";
2407 $rtlPUAstr .= "\x{" . $rg['start'] . "}\x{" . $rg['end'] . "}";
2409 $rtlPUAstr .= "\x{" . $rg['start'] . "}-\x{" . $rg['end'] . "}";
3141 // $nBsubs Number of Backtrack substitutions (= 2x Numbe
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php87 'x',
1290 public static function FLAG($x) argument
1292 return (1 << ($x));
1392 If in original table = _(C,x), that = ISC_C,IMC_x
H A DMyanmar.php80 'x',
87 'x',
89 'x',
91 'x',
93 'x',
94 'x',
95 'x',
97 'x',
465 public static function FLAG($x) argument
467 return (1 << ($x));
470 FLAG_RANGE($x, $y) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php765 $this->mpdf->x = $this->mpdf->lMargin + $currblk['outer_left_margin'];
780 //$this->mpdf->kwt_x0 = $this->mpdf->x;
796 // Save x,y coords in case we need to print borders...
799 $currblk['x0'] = $this->mpdf->x;
800 $currblk['initial_x0'] = $this->mpdf->x; // mPDF 6
1045 $this->mpdf->x = $this->mpdf->lMargin + $this->mpdf->blk[$this->mpdf->blklvl]['outer_left_margin'];
1274 $this->mpdf->x = $this->mpdf->blk[$this->mpdf->blklvl]['x0'];
1276 $this->mpdf->x = $this->mpdf->lMargin;
1301 $this->mpdf->x = $this->mpdf->lMargin + $this->mpdf->blk[$this->mpdf->blklvl]['outer_left_margin'];
H A DTable.php1151 $this->mpdf->x = $this->mpdf->lMargin + $this->mpdf->blk[$this->mpdf->blklvl]['outer_left_margin'];
1153 $this->mpdf->maxPosR = max($this->mpdf->maxPosR, $this->mpdf->x + $this->mpdf->table[1][1]['w']);
1268 $x = 2 - (($iteration - 2) / ($k - 2));
1270 if ($x === 0) {
1272 } elseif ($x < 0) {
1275 $ret = 1 + (($val - 1) / $x);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php35 $x = $this->mpdf->patterns[$i]['x'];
89 if (isset($bpa['x']) && $bpa['x']) {
90 $adj_x = ($x_pos + $bpa['x']) * Mpdf::SCALE;
92 $adj_x = ($x_pos + $x) * Mpdf::SCALE;
109 $wmf_x = $fo['x'];
H A DBaseWriter.php86 if ($this->mpdf->checkSIP && preg_match("/([\x{20000}-\x{2FFFF}])/u", $str)) {
89 $str = preg_replace("/[\x{20000}-\x{2FFFF}]/u", chr(0), $str);
92 if ($this->mpdf->checkSMP && preg_match("/([\x{10000}-\x{1FFFF}])/u", $str)) {
93 $str = preg_replace("/[\x{10000}-\x{1FFFF}]/u", chr(0), $str);
223 'x' => $this->mpdf->x, //
[all...]
H A DMetadataWriter.php60 $uuid = sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0x0fff) | 0x4000, random_int(0, 0x3fff) | 0x8000, random_int(0, 0xffff), random_int(0, 0xffff), random_int(0, 0xffff));
64 $m .= ' <x:xmpmeta xmlns:x
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php49 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
50 * with the keys "x", "y", "width", "height", "adjustPageSize".
58 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
61 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php48 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
49 * with the keys "x", "y", "width", "height", "adjustPageSize".
57 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
60 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
H A DFpdfTplTrait.php93 * @param array|float|int $x The abscissa of upper-left corner. Alternatively you could use an assoc array
94 * with the keys "x", "y", "width", "height", "adjustPageSize".
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
108 if (\is_array($x)) {
109 unset($x['tpl']);
110 \extract($x, EXTR_IF_EXISTS);
113 if (\is_array($x)) {
114 $x = 0;
132 $x * $this->k,
229 'x'
335 Link($x, $y, $w, $h, $link) global() argument
[all...]
H A DFpdiTrait.php392 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
393 * with the keys "x", "y", "width", "height", "adjustPageSize".
401 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
403 if (\is_array($x)) {
405 unset($x['pageId']);
406 \extract($x, EXTR_IF_EXISTS);
408 if (\is_array($x)) {
409 $x = 0;
431 $x * $this->k,
/plugin/dw2pdf/
H A Dcomposer.lock220 "dev-master": "1.1.x-dev"
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php76 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
77 * with the keys "x", "y", "width", "height", "adjustPageSize".
85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
87 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
97 * @param float|int|array $x The abscissa of upper-left corner. Alternatively you could use an assoc array
98 * with the keys "x", "y", "width", "height", "adjustPageSize".
106 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
108 $size = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md1 mPDF 8.0.x
59 mPDF 7.1.x
76 mPDF 7.0.x
291 - SVG images now supports `<tspan>` element e.g. `<tspan x,y,dx,dy,text-anchor >`, and also `<tref>`
299 - SVG allows spaces in attribute definitions in `<use>` or `<defs>` e.g. `<use x = "0" y = "0" xlink:href = "#s3" />`
337 - x
368 - [changes to avoid warning notices by checking if (isset(x)) before referencing it]
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md94 - The parameters $x, $y, $width and $height of the `useTemplate()` or `getTemplateSize()`
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php16 * @param float $x position X
22 public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255], $color = [0, 0, 0]) argument
34 $mpdf->Rect($x, $y, $size, $size, 'F');
38 $mpdf->Rect($x, $y, $size, $size, 'FD');
48 $mpdf->Rect($x + ($i - $minSize) * $s, $y + ($j - $minSize) * $s, $s, $s, 'F');
H A DSvg.php44 'x' => 0,
57 $x = ($column - $minSize) * $rectSize;
60 $startX = $x;
67 'x' => $startX,
69 'width' => $x - $startX,
79 $x = ($column - $minSize) * $rectSize;
84 'x' => $startX,
86 'width' => $x - $startX,
97 $x = ($column - $minSize) * $rectSize;
111 'x'
[all...]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php698 for ($x = 0; $x < $this->size; $x++) {
700 if ($this->matrix[$x][$y] & $maskContent) {
701 $this->final[($x + 4) + ($y + 4) * $this->qrSize + 1] = true;

12345678910>>...68