Lines Matching defs:Line

1319 		// Line width (0.2 mm)
2301 $s = ' q 0 w '; // Line width=0
3756 function Line($x1, $y1, $x2, $y2)
4785 // Test: to put line through centre of cell: $this->Line($this->x,$this->y+($h/2),$this->x+50,$this->y+($h/2));
7154 $this->Line($x - 1, $y - 1, $x - 1, $y - 1);
7188 $this->Line($x, $this->y, $x + $objattr['INNER-WIDTH'], $this->y);
7680 $lw = $size / 12; // Line width
9355 // Line feed; default value is last cell height
13050 $this->Line($ax, $this->page_box['outer_width_TB'], $bx, $this->page_box['outer_width_TB']);
13051 $this->Line($cx, $this->page_box['outer_width_TB'], $dx, $this->page_box['outer_width_TB']);
13052 $this->Line($ax, $this->h - $this->page_box['outer_width_TB'], $bx, $this->h - $this->page_box['outer_width_TB']);
13053 $this->Line($cx, $this->h - $this->page_box['outer_width_TB'], $dx, $this->h - $this->page_box['outer_width_TB']);
13054 $this->Line($this->page_box['outer_width_LR'], $ay, $this->page_box['outer_width_LR'], $by);
13055 $this->Line($this->page_box['outer_width_LR'], $cy, $this->page_box['outer_width_LR'], $dy);
13056 $this->Line($this->w - $this->page_box['outer_width_LR'], $ay, $this->w - $this->page_box['outer_width_LR'], $by);
13057 $this->Line($this->w - $this->page_box['outer_width_LR'], $cy, $this->w - $this->page_box['outer_width_LR'], $dy);
13082 $this->Line($x1 - $w, $this->h / 2, $x1 + $w, $this->h / 2);
13083 $this->Line($x1, $this->h / 2 - $l, $x1, $this->h / 2 + $l);
13086 $this->Line($x2 - $w, $this->h / 2, $x2 + $w, $this->h / 2);
13087 $this->Line($x2, $this->h / 2 - $l, $x2, $this->h / 2 + $l);
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);
13094 $this->Line($this->w / 2, $y2 - $w, $this->w / 2, $y2 + $w);
13095 $this->Line($this->w / 2 - $l, $y2, $this->w / 2 + $l, $y2);
17176 $s = ' q 0 w '; // Line width=0
17843 $this->Line($x0 + ($tbd['w'] / 2), $this->y, $x0 + $w - ($tbd['w'] / 2), $this->y);
17847 $this->Line($x0, $this->y, $x0 + $w, $this->y);
17863 $this->Line($x0 + ($tbd['w'] / 2), $this->y, $x0 + ($tbd['w'] / 2), $y0 + $h - ($tbd['w'] / 2));
17868 $this->Line($x0 + ($tbd['w'] / 2), $this->y, $x0 + ($tbd['w'] / 2), $y0 + $h);
17884 $this->Line($x0 + $w - ($tbd['w'] / 2), $this->y, $x0 + $w - ($tbd['w'] / 2), $y0 + $h - ($tbd['w'] / 2));
17889 $this->Line($x0 + $w - ($tbd['w'] / 2), $this->y, $x0 + $w - ($tbd['w'] / 2), $y0 + $h);
17905 $this->Line($x0 + ($tbd['w'] / 2), $this->y, $x0 + $w - ($tbd['w'] / 2), $this->y);
17909 $this->Line($x0, $this->y, $x0 + $w, $this->y);
17946 $this->Line($x0, $y0, $x0 + $w, $y0);
17960 $this->Line($x0, $y0, $x0, $y0 + $h);
17974 $this->Line($x0 + $w, $y0, $x0 + $w, $y0 + $h);
17988 $this->Line($x0, $y0 + $h, $x0 + $w, $y0 + $h);
21007 $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2);
21073 $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2);
21090 $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2);
21235 $this->Line($lx1 + $xadj + $xadj3, $ly1 + $yadj + $yadj3, $lx2 - $xadj2 + $xadj3 + $wadj3, $ly2 - $yadj2 + $yadj3 + $hadj3);
21254 $this->Line($lx1 + $xadj, $ly1 + $yadj, $lx2 - $xadj2, $ly2 - $yadj2);
21270 $this->Line($cbo['x'], $cbo['y'], $cbo['x2'], $cbo['y2']);
22287 $this->Line($blx, $this->y + ($this->splitTableBorderWidth / 2), $blx + $blw, $this->y + ($this->splitTableBorderWidth / 2));
22386 $this->Line($blx, $this->y - ($this->splitTableBorderWidth / 2), $blx + $blw, $this->y - ($this->splitTableBorderWidth / 2));