/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.page.margin.class.php | 192 $this->_current_y = $this->get_top(); 205 $this->_current_y = $this->get_top(); 223 $this->_current_y = $this->get_top(); 241 $this->_current_y = $this->get_top(); 259 $this->_current_y = $this->get_top(); 272 $this->_current_y = $this->get_top(); 285 $this->_current_y = $this->get_top(); 303 $this->_current_y = $this->get_top(); 321 $this->_current_y = $this->get_top(); 339 $this->_current_y = $this->get_top(); [all …]
|
H A D | css.vertical-align.inc.php | 35 $old_top = $cell->get_top(); 45 $old_top = $cell->get_top(); 55 $old_top = $cell->get_top(); 71 $old_top = $cell->get_top();
|
H A D | strategy.link.rendering.normal.php | 12 $box->get_top(), 20 $box->get_top(),
|
H A D | box.generic.php | 212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height()); 263 function get_top() { function in GenericBox 278 return $this->get_top() - $this->get_height(); 292 } while ($this->get_top() < $bottom && $page_index < $pages_count); 305 …$y = ($this->get_top() - $bottom) + (mm2pt($media->real_height()) - $page_heights[$page_index-1]) … 336 return $this->get_top();
|
H A D | box.note-call.class.php | 96 $this->_current_y = $this->get_top(); 100 $this->_current_y = $this->get_top(); 104 $this->_current_y = $this->get_top(); 118 $this->_note_call_box->moveto($this->get_left(), $this->get_top());
|
H A D | box.img.php | 184 $driver->moveto($this->get_left(), $this->get_top()); 185 $driver->lineto($this->get_right(), $this->get_top()); 192 $driver->moveto($this->get_left(), $this->get_top()); 193 $driver->lineto($this->get_right(), $this->get_top()); 213 $this->get_top() - $this->height/2 - $size/2);
|
H A D | box.inline.control.php | 54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
|
H A D | box.null.php | 37 $this->put_top($parent->get_top());
|
H A D | flow_viewport.class.inc.php | 29 function get_top() { return $this->top; } function in FlowViewport
|
H A D | box.list-item.php | 123 $y = $element->get_top() - $element->default_baseline; 125 $y = $this->get_top();
|
H A D | box.text.php | 493 $top = $this->get_top() - $this->default_baseline; 534 $top = $this->get_top(); 596 $this->get_top() - $this->default_baseline); 604 $top = $this->get_top() - $this->default_baseline;
|
H A D | box.inline.php | 35 $lbox->top = $box->get_top(); 46 $base = $box->get_top() - $box->get_baseline(); 353 $this->put_top($parent->get_top() - $this->get_extra_top());
|
H A D | box.radiobutton.php | 95 $y = ($this->get_top() + $this->get_bottom()) / 2;
|
H A D | box.frame.php | 244 $this->put_top($viewport->get_top() - $this->get_extra_top()); 280 …$frame->put_top($this->get_top() - array_sum(array_slice($rows, 0, $cur_row)) - $frame->get_extr…
|
H A D | box.generic.formatted.php | 605 $containing_block['top'] = $parent->get_top(); 626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord)); 766 $this->get_top() + 889 function moveto($x, $y) { $this->offset($x - $this->get_left(), $y - $this->get_top()); }
|
H A D | box.checkbutton.php | 177 $y = ($this->get_top() + $this->get_bottom()) / 2;
|
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.border-bottom.php | 9 $top =& $border->get_top(); 26 $top =& $border->get_top();
|
H A D | test.border-right.php | 9 $top =& $border->get_top(); 26 $top =& $border->get_top();
|
H A D | test.border-top.php | 15 $top =& $border->get_top(); 32 $top =& $border->get_top();
|
H A D | test.border-left.php | 9 $top =& $border->get_top(); 26 $top =& $border->get_top();
|
H A D | test.line-box.top.php | 19 $this->assertEqual($tree->content[0]->get_top(),
|
H A D | test.relative.php | 24 $this->assertEqual($body->get_top(),
|
H A D | test.text-transform.php | 24 $this->assertEqual($body->get_top(),
|
H A D | test.block.absolute.php | 20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
|
H A D | test.table.absolute.php | 20 $this->assertEqual($table->get_top_margin(), $body->get_top() - mm2pt(17));
|