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/
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 = ($w * $x_pos) - ($orig_w / Mpdf::SCALE * $x_pos);
90 $adj_x = ($x_pos + $bpa['x']) * Mpdf::SCALE;
92 $adj_x = ($x_pos + $x) * Mpdf::SCALE;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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_p…
2507 $x_pos = $pb['x_pos'];
2508 if (stristr($x_pos, '%')) {
2509 $x_pos = (float) $x_pos;
2510 $x_pos /= 100;
2511 $x_pos = ($pb['bpa']['w'] * $x_pos) - ($iw * $x_pos);
[all …]
/plugin/imageflow/
Dscript.js170 this.x_pos = 0;
/plugin/yuriigantt/3rd/dhtmlxgantt/
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
Ddhtmlxgantt.js.map1x_pos","y_pos","x_inner","y_inner","scrollVer","scrollHor","horState","visible","verState","addTas…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js11760 x_pos: 0, property
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…