Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportBaseLine.php30 public float $x1 = ReportBaseElement::CURRENT_POSITION; variable in Fisharebest\\Webtrees\\Report\\ReportBaseLine
44 * @param float $x1
49 public function __construct(float $x1, float $y1, float $x2, float $y2) argument
51 $this->x1 = $x1;
78 return [abs($this->x2 - $this->x1), 1, $this->getHeight($renderer)];
H A DReportHtmlLine.php36 if ($this->x1 === ReportBaseElement::CURRENT_POSITION) {
37 $this->x1 = $renderer->getX();
49 if ($this->x1 === $this->x2) {
50 …$renderer->alignRTL, ':solid black 1pt;', $renderer->alignRTL, ':', $this->x1, 'pt;top:', $this->y…
54 …ack 1pt;', $renderer->alignRTL, ':', $this->x1, 'pt;top:', $this->y1 + 1, 'pt;width:', $this->x2 -…
H A DReportPdfLine.php36 if ($this->x1 === ReportBaseElement::CURRENT_POSITION) {
37 $this->x1 = $renderer->tcpdf->GetX();
49 …$renderer->tcpdf->Line($renderer->tcpdf->getPageWidth() - $this->x1, $this->y1, $renderer->tcpdf->…
51 $renderer->tcpdf->Line($this->x1, $this->y1, $this->x2, $this->y2);
H A DPdfRenderer.php533 * @param float $x1
540 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine argument
542 return new ReportPdfLine($x1, $y1, $x2, $y2);
H A DHtmlRenderer.php350 * @param float $x1
357 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine argument
359 return new ReportHtmlLine($x1, $y1, $x2, $y2);
H A DAbstractRenderer.php262 * @param float $x1
269 abstract public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine; argument
H A DReportParserGenerate.php1815 $x1 = ReportBaseElement::CURRENT_POSITION;
1818 $x1 = 0;
1820 $x1 = ReportBaseElement::CURRENT_POSITION;
1822 $x1 = (float) $attrs['x1'];
1859 $line = $this->report_root->createLine($x1, $y1, $x2, $y2);
/webtrees/public/css/
H A Dvendor.min.css6 …:0;width:100%}[dir=ltr] .ratio>*{left:0}[dir=rtl] .ratio>*{right:0}.ratio-1x1{--bs-aspect-ratio:10…