Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Report/
H A DReportBaseLine.php30 public float $x1 = ReportBaseElement::CURRENT_POSITION; variable in Fisharebest\\Webtrees\\Report\\ReportBaseLine
49 public function __construct(float $x1, float $y1, float $x2, float $y2)
H A DPdfRenderer.php540 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine
H A DAbstractRenderer.php269 abstract public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine;
H A DHtmlRenderer.php357 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine