Home
last modified time | relevance | path

Searched refs:_current_y (Results 1 – 12 of 12) sorted by relevance

/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 Dbox.br.php104 $y = $this->apply_clear($parent->_current_y, $context);
130 $parent->_current_y = min($this->get_bottom(),
131 $parent->_current_y - $font->line_height->apply($fs->getPoints()));
149 $parent->extend_height($parent->_current_y);
H A Dbox.legend.php18 $this->_current_y = 0;
47 $parent->_current_y -= $height/2;
H A Dbox.generic.inline.php51 if ($context->point_in_floats($right_x, $parent->_current_y)) {
77 $parent->_current_y -= $this->get_height();
H A Dbox.container.php64 var $_current_y; variable in GenericContainerBox
358 $this->_current_y += $dy;
383 $this->_current_y = 0;
781 $line_bottom = $this->_current_y;
809 $this->_current_y = $line_bottom;
819 $this->_current_x = $context->float_left_x($this->_current_x, $this->_current_y);
884 $this->_current_y = $this->get_top();
938 $y = $this->apply_clear($parent->_current_y, $context);
981 $parent->_current_x = $context->float_left_x($parent->_current_x, $parent->_current_y);
1064 …$left_float_width = $context->float_left_x($this->get_left(), $this->_current_y) - $this->get_left…
[all …]
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();
H A Dbox.block.php300 $parent->_current_y = $y;
323 $parent->_current_y - $border->top->get_width() - $padding->top->value );
368 $parent->_current_y = $this->collapse_margin_bottom($parent, $context);
H A Dbox.text.php221 $float = $context->point_in_floats($right_x, $parent->_current_y);
246 $parent->_current_y -= $this->get_height();
292 $parent->_current_y - $this->get_extra_top());
H A Dbox.table.php1036 $parent->_current_y = $y;
1054 $this->put_top($parent->_current_y - $border->top->get_width() - $padding->top->value);
1203 $this->_current_y = $this->get_top();
1267 $this->_current_y -= $this->content[$i]->row_height();
H A Dbox.table.cell.php293 $this->put_top($parent->_current_y -
H A Dbox.generic.php249 $this->put_top($parent->_current_y - $this->get_extra_top());
H A Dbox.generic.formatted.php217 $y = $parent->_current_y - $vmargin;