Home
last modified time | relevance | path

Searched refs:get_top (Results 1 – 25 of 30) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.margin.class.php192 $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 Dcss.vertical-align.inc.php35 $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 Dstrategy.link.rendering.normal.php12 $box->get_top(),
20 $box->get_top(),
H A Dbox.generic.php212 $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 Dbox.note-call.class.php96 $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 Dbox.img.php184 $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 Dbox.inline.control.php54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
H A Dbox.null.php37 $this->put_top($parent->get_top());
H A Dflow_viewport.class.inc.php29 function get_top() { return $this->top; } function in FlowViewport
H A Dbox.list-item.php123 $y = $element->get_top() - $element->default_baseline;
125 $y = $this->get_top();
H A Dbox.text.php493 $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 Dbox.inline.php35 $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 Dbox.radiobutton.php95 $y = ($this->get_top() + $this->get_bottom()) / 2;
H A Dbox.frame.php244 $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 Dbox.generic.formatted.php605 $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 Dbox.checkbutton.php177 $y = ($this->get_top() + $this->get_bottom()) / 2;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-bottom.php9 $top =& $border->get_top();
26 $top =& $border->get_top();
H A Dtest.border-right.php9 $top =& $border->get_top();
26 $top =& $border->get_top();
H A Dtest.border-top.php15 $top =& $border->get_top();
32 $top =& $border->get_top();
H A Dtest.border-left.php9 $top =& $border->get_top();
26 $top =& $border->get_top();
H A Dtest.line-box.top.php19 $this->assertEqual($tree->content[0]->get_top(),
H A Dtest.relative.php24 $this->assertEqual($body->get_top(),
H A Dtest.text-transform.php24 $this->assertEqual($body->get_top(),
H A Dtest.block.absolute.php20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
H A Dtest.table.absolute.php20 $this->assertEqual($table->get_top_margin(), $body->get_top() - mm2pt(17));

12