Lines Matching refs:float
62 public float $lastCellHeight = 0.0;
65 public float $largestFontHeight = 0.0;
225 public function addMarginX(float $x): float
244 public function getMaxLineWidth(): float
259 public function getFootnotesHeight(): float
274 public function getCurrentStyleHeight(): float
335 public function checkPageBreakPDF(float $height): bool
345 public function getRemainingWidthPDF(): float
422 …ction createCell(float $width, float $height, string $border, string $align, string $bgcolor, stri…
446 float $width,
447 float $height,
451 float $left,
452 float $top,
500 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s…
520 float $x,
521 float $y,
522 float $w,
523 float $h,
540 public function createLine(float $x1, float $y1, float $x2, float $y2): ReportBaseLine