Home
last modified time | relevance | path

Searched refs:get_left_margin (Results 1 – 11 of 11) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.relative.php23 $first_div->get_left_margin());
H A Dtest.text-transform.php23 $first_div->get_left_margin());
H A Dtest.block.absolute.php21 $this->assertEqual($block->get_left_margin(), mm2pt(10));
H A Dtest.table.absolute.php21 $this->assertEqual($table->get_left_margin(), mm2pt(11));
H A Dtest.containing.block.absolute.php33 $this->assertEqual($block->get_left_margin(), $container->get_left_padding() + mm2pt(2));
H A Dtest.float.php23 $first_div->get_left_margin());
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.body.php20 return $this->get_left_margin();
H A Dbox.page.php25 return $this->get_left_margin();
H A Dbox.generic.formatted.php573 $containing_block['left'] = $parent->get_left_margin();
775 function get_left_margin() { function in GenericFormattedBox
807 $this->get_left_margin()-$eps <= $x &&
H A Dflow_context.class.inc.php204 $x = min($x, $float->get_left_margin());
H A Dbox.text.php255 $width_delta = $right_x - $float->get_left_margin();