Searched defs:y2 (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseLine.php | 39 public float $y2 = ReportBaseElement::CURRENT_POSITION; variable in Fisharebest\\Webtrees\\Report\\ReportBaseLine 49 public function __construct(float $x1, float $y1, float $x2, float $y2)
|
H A D | PdfRenderer.php | 540 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine
|
H A D | AbstractRenderer.php | 269 abstract public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine;
|
H A D | HtmlRenderer.php | 357 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine
|