Home
last modified time | relevance | path

Searched refs:float_left_x (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php58 function float_left_x($x, $y) { function in FlowContext
120 $x = $this->float_left_x($parent->get_left(), $y);
255 $x1 = $this->float_left_x($parent->get_left(), $y);
H A Dbox.container.php819 $this->_current_x = $context->float_left_x($this->_current_x, $this->_current_y);
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…