Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php63 $x_pos = $this->mpdf->patterns[$i]['x_pos'];
65 if (false !== strpos($x_pos, '%')) {
66 $x_pos = (float) $x_pos;
67 $x_pos /= 100;
70 $x_pos = ($bpa['w'] * $x_pos) - ($orig_w / Mpdf::SCALE * $x_pos);
72 $x_pos
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2212 $x_pos = 0;
2216 $x_pos = $ppos[0];
2218 if (!stristr($x_pos, '%')) {
2219 $x_pos = $this->sizeConverter->convert($x_pos, $maxwidth, $this->FontSize);
2235 return ['image_id' => $image_id, 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $x_pos, 'y_pos' => $y_pos, 'x_repeat' => $x_repeat, 'y_repeat' => $y_repeat, 'resize' => $resize, 'opacity' => $opacity, 'itype' => $sizesarray['itype'], 'origin' => $origin, 'size' => $size];
2286 $this->patterns[$n] = ['x' => $clx, 'y' => $cly, 'w' => $clw, 'h' => $clh, 'pgh' => $this->h, 'image_id' => $this->bodyBackgroundImage['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $this->bodyBackgroundImage['x_pos'], 'y_pos' => $this->bodyBackgroundImage['y_pos'], 'x_repeat' => $x_repeat, 'y_repeat' => $y_repeat, 'itype' => $this->bodyBackgroundImage['itype']];
2414 $this->patterns[$n] = ['x' => $pb['x'], 'y' => $pb['y'], 'w' => $pb['w'], 'h' => $pb['h'], 'pgh' => $this->h, 'image_id' => $pb['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos'
[all...]
/plugin/imageflow/
H A Dscript.js170 this.x_pos = 0;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13x_pos:0,y_pos:0,scroll_size:this.config.scroll_size+1,x_inner:0,y_inner:0},e=i(this),r=n(this);if(… property in t.exports.t
H A Ddhtmlxgantt.js.map1x_pos","y_pos","x_inner","y_inner","scrollVer","scrollHor","horState","visible","verState","addTas…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11760 x_pos: 0, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f10e00.createLayoutFacade.result
11775 result.x_pos = horState.position || 0;
11792 …return { x:state.x_pos, y:state.y_pos, inner_width:state.x, inner_height:state.y, width: state.x_i…