Home
last modified time | relevance | path

Searched refs:x_offset (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbackground.image.php145 $x_offset = ($padding_width - $image_width) * $position->x / 100;
147 $x_offset = $position->x;
180 $left + $x_offset,
189 $left + $x_offset,
193 $x_offset,
202 $left + $x_offset,
206 $x_offset,
215 $left + $x_offset,
221 $x_offset,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php176 * @param int|null $x_offset
183 $x_offset = null, argument
193 'actions' => [$this->createMoveAction($where, $x_offset, $y_offset)],
205 if ($x_offset !== null) {
206 $params['xoffset'] = $x_offset;
264 * @param int|null $x_offset
271 $x_offset = null, argument
277 'x' => $x_offset === null ? 0 : $x_offset,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php137 * @param int $x_offset
141 public function dragAndDropBy(WebDriverElement $source, $x_offset, $y_offset) argument
147 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
159 * @param int $x_offset
163 public function moveByOffset($x_offset, $y_offset) argument
166 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
178 * @param int $x_offset
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null) argument
187 $x_offset,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverMoveToOffsetAction.php23 * @param int|null $x_offset
29 $x_offset = null, argument
33 $this->xOffset = $x_offset;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php57 * @param int $x_offset
61 public function moveBy($x_offset, $y_offset) argument
63 $this->x += $x_offset;
H A DWebDriverMouse.php38 * @param int $x_offset
44 $x_offset = null, argument
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php1339 $x_offset = 0;
1343 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1349 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1355 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1361 $x_offset = 0;
1367 $x_offset = 0;
1373 $x_offset = 0;
1379 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1385 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1395 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php377 $x_offset = 0;
382 $x_offset = $attribs['x'];
387 $x_offset = $attribs['cx'] - $attribs['rx'];
392 $x_offset = $attribs['cx'] - $attribs['r'];
409 $x_offset = $minl;
415 $x_offset = $this->pathBBox[0];
448 $x_offset = $minl;
458 if ($x_offset == 999999) {
459 $x_offset = 0;
576 $gradient_info['info']['x1'] = ($gradient_info['info']['x1'] - $x_offset) / $w;
[all …]