| /plugin/html2pdf/html2pdf/html2ps/ |
| D | value.border.edge.class.php | 136 $viewport->lineto($x2, $y2); 137 $viewport->lineto($x3, $y3); 138 $viewport->lineto($x4, $y4); 154 $viewport->lineto($x2, $y2); 155 $viewport->lineto($x3, $y3); 156 $viewport->lineto($x4, $y4); 175 $viewport->lineto($x2, $y2); 176 $viewport->lineto($x3, $y3); 177 $viewport->lineto($x4, $y4); 199 $viewport->lineto($x2a, $y2a); [all …]
|
| D | box.select.php | 100 $driver->lineto($this->get_right_padding() - $button_height, $this->get_top_padding()); 101 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding()); 102 $driver->lineto($this->get_right_padding(), $this->get_bottom_padding()); 109 $driver->lineto($this->get_right_padding() - $button_height, $this->get_top_padding()); 110 $driver->lineto($this->get_right_padding() - $button_height, $this->get_bottom_padding()); 111 $driver->lineto($this->get_right_padding(), $this->get_bottom_padding()); 119 $driver->lineto($this->get_right_padding() - $button_height + SELECT_BUTTON_TRIANGLE_PADDING, 121 …$driver->lineto($this->get_right_padding() - $button_height/2, $this->get_bottom_padding() + SELEC…
|
| D | output._generic.class.php | 200 $this->lineto($this->left, $this->bottom + $this->height + $this->offset); 201 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset); 202 $this->lineto($this->left + $this->width, $this->bottom + $this->offset); 270 $this->lineto($x + $w, $y); 271 $this->lineto($x + $w, $y + $h); 272 $this->lineto($x, $y + $h); 295 $this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset); 296 …$this->lineto($this->left + $this->width, $this->bottom + $this->height + $this->offset - $this->g… 297 …$this->lineto($this->left, $this->bottom + $this->height + $this->offset - $this->getPageHeight());
|
| D | box.checkbutton.php | 191 $driver->lineto($x + $size, $y + $size); 192 $driver->lineto($x + $size, $y - $size); 193 $driver->lineto($x - $size, $y - $size); 218 $driver->lineto($x + $check_size, $y - $check_size); 222 $driver->lineto($x - $check_size, $y - $check_size);
|
| D | box.img.php | 185 $driver->lineto($this->get_right(), $this->get_top()); 186 $driver->lineto($this->get_right(), $this->get_bottom()); 187 $driver->lineto($this->get_left(), $this->get_bottom()); 193 $driver->lineto($this->get_right(), $this->get_top()); 194 $driver->lineto($this->get_right(), $this->get_bottom()); 195 $driver->lineto($this->get_left(), $this->get_bottom());
|
| D | value.background.php | 112 $driver->lineto($box->get_right_background(), $box->get_top_background()); 113 $driver->lineto($box->get_right_background(), $box->get_bottom_background()); 114 $driver->lineto($box->get_left_background(), $box->get_bottom_background());
|
| D | background.image.php | 116 $driver->lineto($right, $top); 117 $driver->lineto($right, $bottom); 118 $driver->lineto($left, $bottom);
|
| D | output._interface.class.php | 49 function lineto($x, $y) { } function in OutputDriver
|
| D | output.fastps.class.php | 191 function lineto($x, $y) { function in OutputDriverFastPS 321 $this->lineto($x+$width, $y + $up);
|
| D | output.pcl.class.php | 276 function lineto($x, $y) { } function in OutputDriverPCL
|
| D | box.container.php | 1084 $driver->lineto( $this->get_right_border(), $this->get_top_border()); 1085 $driver->lineto( $this->get_right_border(), $this->get_bottom_border()); 1086 $driver->lineto( $this->get_left_border() , $this->get_bottom_border());
|
| D | output.fpdf.class.php | 298 function lineto($x, $y) { function in OutputDriverFPDF 300 $this->pdf->lineto($x, $y);
|
| D | output.pdflib.class.php | 250 function lineto($x, $y) { function in OutputDriverPdflib
|
| D | output.png.class.php | 446 function lineto($x, $y) { function in OutputDriverPNG
|
| D | pipeline.class.php | 1074 …$this->output_driver->lineto($this->output_driver->getPageLeft() + $this->output_driver->getPageWi…
|
| D | pdf.fpdf.php | 1099 function lineto($x, $y) { function in FPDF
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 15238 case 'l': // lineto, relative 15244 case 'L': // lineto, absolute 15250 case 'h': // horizontal lineto, relative 15255 case 'H': // horizontal lineto, absolute 15260 case 'v': // vertical lineto, relative 15265 case 'V': // verical lineto, absolute 15676 case 'l': // lineto, relative 15682 case 'L': // lineto, absolute 15688 case 'h': // horizontal lineto, relative 15693 case 'H': // horizontal lineto, absolute [all …]
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | psvg-1.js | 151 Psvg.prototype.lineto=function(x,y){path_def() method in Psvg
|
| /plugin/processing/ |
| D | script.js | 2595 case 76: // L - lineto (absolute) 2605 case 108: // l - lineto (relative) 2615 case 72: // H - horizontal lineto (absolute) 2622 case 104: // h - horizontal lineto (relative) 2629 case 86: // V - vertical lineto (absolute) 2636 case 118: // v - vertical lineto (relative)
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/ |
| D | fpdf.php | 1010 function lineto($x, $y) { function in FPDF
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …m(o))},Psvg.prototype.grestore=function(){o=u.pop(),s=!0},Psvg.prototype.lineto=function(e,t){y(),… method in Psvg
|