/plugin/html2pdf/html2pdf/html2ps/ |
H A D | background.image.php | 157 $y_offset = ($padding_height - $image_height) * $position->y / 100; 159 $y_offset = $position->y; 181 $top - $image_height - $y_offset, 190 $top - $image_height - $y_offset, 194 $y_offset, 203 $top - $image_height - $y_offset, 207 $y_offset, 216 $top - $image_height + $y_offset, 222 $y_offset,
|
H A D | output.png.class.php | 17 function AffineTransform($y_offset, $x_scale, $y_scale) { argument 18 $this->_y_offset = $y_offset;
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | RemoteMouse.php | 177 * @param int|null $y_offset 184 $y_offset = null argument 193 'actions' => [$this->createMoveAction($where, $x_offset, $y_offset)], 208 if ($y_offset !== null) { 209 $params['yoffset'] = $y_offset; 265 * @param int|null $y_offset 272 $y_offset = null argument 278 'y' => $y_offset === null ? 0 : $y_offset,
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/ |
H A D | WebDriverActions.php | 134 * Drag $source and drop by offset ($x_offset, $y_offset). 138 * @param int $y_offset 141 public function dragAndDropBy(WebDriverElement $source, $x_offset, $y_offset) argument 147 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset) 160 * @param int $y_offset 163 public function moveByOffset($x_offset, $y_offset) argument 166 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset) 174 * Extra shift, calculated from the top-left corner of the element, can be set by passing $x_offset and $y_offset 179 * @param int $y_offset 182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset argument [all...] |
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/ |
H A D | WebDriverMoveToOffsetAction.php | 24 * @param int|null $y_offset 30 $y_offset = null argument 34 $this->yOffset = $y_offset;
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverPoint.php | 58 * @param int $y_offset 61 public function moveBy($x_offset, $y_offset) argument 64 $this->y += $y_offset;
|
H A D | WebDriverMouse.php | 39 * @param int $y_offset 45 $y_offset = null argument
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 378 $y_offset = 0; 383 $y_offset = $attribs['y']; 388 $y_offset = $attribs['cy'] - $attribs['ry']; 393 $y_offset = $attribs['cy'] - $attribs['r']; 410 $y_offset = $mint; 416 $y_offset = $this->pathBBox[1]; 449 $y_offset = $mint; 461 if ($y_offset == 999999) { 462 $y_offset = 0; 579 $gradient_info['info']['y1'] = ($gradient_info['info']['y1'] - $y_offset) / [all...] |
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 1263 $y_offset = 0; 1294 …$gdimg, '.$size.', '.$angle.', '.$text_origin_x.', '.($text_origin_y + $y_offset).', $letter_color… 1295 …imagettftext($gdimg, $size, $angle, $text_origin_x, $text_origin_y + $y_offset, $letter_color_text… 1297 $y_offset += $char_height * $lineheight;
|