/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.border.edge.class.php | 135 $viewport->moveto($x1, $y1); 153 $viewport->moveto($x1, $y1); 174 $viewport->moveto($x1, $y1); 198 $viewport->moveto($x1a, $y1a); 219 $viewport->moveto($x1, $y1); 243 $viewport->moveto($x1a, $y1a); 260 $viewport->moveto($x1, $y1); 274 $viewport->moveto(($x1+$x4)/2,($y1+$y4)/2); 287 $viewport->moveto(($x1+$x4)/2,($y1+$y4)/2); 299 $viewport->moveto($x1, $y1); [all …]
|
H A D | box.checkbutton.php | 190 $driver->moveto($x - $size, $y + $size); 217 $driver->moveto($x - $check_size, $y + $check_size); 221 $driver->moveto($x + $check_size, $y + $check_size);
|
H A D | box.select.php | 99 $driver->moveto($this->get_right_padding(), $this->get_top_padding()); 108 $driver->moveto($this->get_right_padding(), $this->get_top_padding()); 117 $driver->moveto($this->get_right_padding() - SELECT_BUTTON_TRIANGLE_PADDING,
|
H A D | output.fastps.class.php | 33 $this->moveto($x, $y); 122 $this->moveto($x, $y); 138 $this->moveto($x, $y); 196 function moveto($x, $y) { function in OutputDriverFastPS 280 $this->moveto($x, $y); 320 $this->moveto($x, $y + $up);
|
H A D | box.note-call.class.php | 118 $this->_note_call_box->moveto($this->get_left(), $this->get_top()); 184 $this->_note_marker_box->moveto($x, $y); 190 $this->_note_content->moveto($x + $this->_note_marker_box->content[0]->get_width()*0.75,
|
H A D | output._generic.class.php | 199 $this->moveto($this->left, $this->bottom + $this->offset); 269 $this->moveto($x, $y); 294 $this->moveto($this->left, $this->bottom + $this->height + $this->offset);
|
H A D | box.block.php | 322 $this->moveto( $parent->get_left() + $this->get_extra_left(), 451 $this->moveto($driver->getPageLeft() + $horizontal_offset,
|
H A D | box.img.php | 184 $driver->moveto($this->get_left(), $this->get_top()); 192 $driver->moveto($this->get_left(), $this->get_top());
|
H A D | output._interface.class.php | 50 function moveto($x, $y) { } function in OutputDriver
|
H A D | value.background.php | 111 $driver->moveto($box->get_left_background(), $box->get_top_background());
|
H A D | output.fastps.l2.class.php | 18 $this->moveto($x,$y-$offset*$scale_y);
|
H A D | background.image.php | 115 $driver->moveto($left, $top);
|
H A D | output.pcl.class.php | 277 function moveto($x, $y) { } function in OutputDriverPCL
|
H A D | box.list-item.php | 215 $imagebox->moveto($x - $font->size->getPoints()*0.5 - $imagebox->get_width()/2,
|
H A D | output.fpdf.class.php | 303 function moveto($x, $y) { function in OutputDriverFPDF 305 $this->pdf->moveto($x, $y);
|
H A D | box.container.php | 951 $this->moveto($x + $this->get_extra_left(), $y - $this->get_extra_top()); 1083 $driver->moveto( $this->get_left_border() , $this->get_top_border());
|
H A D | output.pdflib.class.php | 254 function moveto($x, $y) { function in OutputDriverPdflib
|
H A D | output.png.class.php | 450 function moveto($x, $y) { function in OutputDriverPNG
|
H A D | box.generic.formatted.php | 889 function moveto($x, $y) { $this->offset($x - $this->get_left(), $y - $this->get_top()); } function in GenericFormattedBox
|
H A D | pipeline.class.php | 1072 $this->output_driver->moveto($this->output_driver->getPageLeft(),
|
H A D | pdf.fpdf.php | 1093 function moveto($x, $y) { function in FPDF
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | psvg-1.js | 159 Psvg.prototype.moveto=function(x,y){gcur.cx=x;gcur.cy=y method in Psvg 337 /moveto{.svg(moveto)2 .call0}.bdef\n\ 357 /M/moveto load def\n\
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 105 # bug fix: moveto with {0 0 0 0} uses instead {0 0 1 0} 122 # bug fix: moveto QUATERNION (undocumented for 11.8) not distinguishing between 1835 # new feature: moveto quaternion {resno=3} {3.ca} 1872 # x = script("show orientation moveto","jmolApplet2") 1922 # bug fix: unnecessary refreshes removed from moveto/zoom with time 0 2502 # show orientation moveto # just the moveTo; no comments 3279 # bug fix: moveto alternative format missing necessary 0 rotationRadius requirement
|
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 1004 function moveto($x, $y) { function in FPDF
|