Searched refs:x2 (Results 1 – 9 of 9) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseLine.php | 36 public float $x2 = ReportBaseElement::CURRENT_POSITION; variable in Fisharebest\\Webtrees\\Report\\ReportBaseLine 46 * @param float $x2 49 public function __construct(float $x1, float $y1, float $x2, float $y2) argument 53 $this->x2 = $x2; 78 return [abs($this->x2 - $this->x1), 1, $this->getHeight($renderer)];
|
H A D | ReportPdfLine.php | 42 if ($this->x2 === ReportBaseElement::CURRENT_POSITION) { 43 $this->x2 = $renderer->getMaxLineWidth(); 49 …f->getPageWidth() - $this->x1, $this->y1, $renderer->tcpdf->getPageWidth() - $this->x2, $this->y2); 51 $renderer->tcpdf->Line($this->x1, $this->y1, $this->x2, $this->y2);
|
H A D | ReportHtmlLine.php | 42 if ($this->x2 === ReportBaseElement::CURRENT_POSITION) { 43 $this->x2 = $renderer->getRemainingWidth(); 49 if ($this->x1 === $this->x2) { 54 …r->alignRTL, ':', $this->x1, 'pt;top:', $this->y1 + 1, 'pt;width:', $this->x2 - $this->x1, "pt;hei…
|
H A D | PdfRenderer.php | 535 * @param float $x2 540 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine argument 542 return new ReportPdfLine($x1, $y1, $x2, $y2);
|
H A D | HtmlRenderer.php | 352 * @param float $x2 357 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine argument 359 return new ReportHtmlLine($x1, $y1, $x2, $y2);
|
H A D | AbstractRenderer.php | 264 * @param float $x2 269 abstract public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine; argument
|
H A D | ReportParserGenerate.php | 1837 $x2 = ReportBaseElement::CURRENT_POSITION; 1840 $x2 = 0; 1842 $x2 = ReportBaseElement::CURRENT_POSITION; 1844 $x2 = (float) $attrs['x2']; 1859 $line = $this->report_root->createLine($x1, $y1, $x2, $y2);
|
/webtrees/public/css/ |
H A D | clouds.min.css | 1 …9/f67/Lu+vv89vX68vP2hqfr/v7+BCSA+Pr7+fr8/f399/j78/T35+rurK6wVVZV8/P4VVZX6+7x2+Pn+frw/f35+Pn72uLm7O…
|
H A D | colors.min.css | 1 …9/f67/Lu+vv89vX68vP2hqfr/v7+BCSA+Pr7+fr8/f399/j78/T35+rurK6wVVZV8/P4VVZX6+7x2+Pn+frw/f35+Pn72uLm7O…
|