Lines Matching refs:y1

3756 	function Line($x1, $y1, $x2, $y2)
3759 $this->writer->write(sprintf('%.3F %.3F m %.3F %.3F l S', $x1 * Mpdf::SCALE, ($this->h - $y1) * Mpdf::SCALE, $x2 * Mpdf::SCALE, ($this->h - $y2) * Mpdf::SCALE));
3762 function Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle = 25)
3773 $a = atan2(($y2 - $y1), ($x2 - $x1));
3785 $s .= sprintf('%.3F %.3F m %.3F %.3F l S', $x1 * Mpdf::SCALE, ($this->h - $y1) * Mpdf::SCALE, $x5 * Mpdf::SCALE, $y5 * Mpdf::SCALE);
6525 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
6528 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
6726 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
6729 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
7032 if (isset($this->floatmargins['R']['y1'])) {
7033 $fry1 = $this->floatmargins['R']['y1'];
7037 if (isset($this->floatmargins['L']['y1'])) {
7038 $fly1 = $this->floatmargins['L']['y1'];
7076 // SET Bottom y1 of block (used for painting borders)
7078 $this->blk[$this->blklvl]['y1'] = $this->y;
7825 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
7828 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
7965 if (isset($this->floatmargins['R']) && $usey <= $this->floatmargins['R']['y1'] && $usey >= $this->floatmargins['R']['y0'] && !$this->floatmargins['R']['skipline']) {
7968 if (isset($this->floatmargins['L']) && $usey <= $this->floatmargins['L']['y1'] && $usey >= $this->floatmargins['L']['y0'] && !$this->floatmargins['L']['skipline']) {
8766 $this->floatmargins['L']['y1'] += $yadj;
8784 $this->floatmargins['R']['y1'] += $yadj;
10656 function _Arc($x1, $y1, $x2, $y2, $x3, $y3)
10659 $this->writer->write(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', $x1 * Mpdf::SCALE, ($h - $y1) * Mpdf::SCALE, $x2 * Mpdf::SCALE, ($h - $y2) * Mpdf::SCALE, $x3 * Mpdf::SCALE, ($h - $y3) * Mpdf::SCALE));
13078 $y1 = $this->page_box['outer_width_TB'] - $m;
13089 $this->Circle($this->w / 2, $y1, $r, 'S');
13090 $this->Line($this->w / 2, $y1 - $w, $this->w / 2, $y1 + $w);
13091 $this->Line($this->w / 2 - $l, $y1, $this->w / 2 + $l, $y1);
14604 $this->blk[1]['y1'] = $bbox_y + $bbox_bt + $bbox_pt + $inner_h + $bbox_pb + $bbox_bb;
16212 if (isset($this->floatmargins['R']) && $this->y <= $this->floatmargins['R']['y1'] && $this->y >= $this->floatmargins['R']['y0']) {
16215 if (isset($this->floatmargins['L']) && $this->y <= $this->floatmargins['L']['y1'] && $this->y >= $this->floatmargins['L']['y0']) {
16342 if (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) {
16345 elseif (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) {
16354 $this->floatmargins['R']['y1'] = $fy + $h;
16366 $this->floatmargins['R']['y1'] = $fy + $h;
16377 if (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) {
16381 elseif (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) {
16390 $this->floatmargins['L']['y1'] = $fy + $h;
16402 $this->floatmargins['L']['y1'] = $fy + $h;
16635 $x0 = $x1 = $y0 = $y1 = 0;
16645 if (isset($this->blk[$blvl]['y1'])) {
16646 $y1 = $this->blk[$blvl]['y1'];
16649 if ($y1 == 0) {
16651 $y1 = $this->h - $this->bMargin;
16653 $y1 = $this->y;
16662 $h = $y1 - $y0;
16786 $h = $y1 - $y0;
17127 $bgy1 = $y1;
17614 $gy1 = $y1 - $this->blk[$blvl]['border_bottom']['w'];
17616 $gy1 = $y1;
17626 $gy1 = $y1 - ($this->blk[$blvl]['border_bottom']['w'] + $this->blk[$blvl]['padding_bottom']);
17628 $gy1 = $y1 - $this->blk[$blvl]['padding_bottom'];
17696 $bpay = $y1 - $this->blk[$blvl]['border_bottom']['w'];
17698 $bpay = $y1;
17712 $bpay = $y1 - ($this->blk[$blvl]['border_bottom']['w'] + $this->blk[$blvl]['padding_bottom']);
17714 $bpay = $y1 - $this->blk[$blvl]['padding_bottom'];
17833 $y1 = $this->y + $h; // bottom