Home
last modified time | relevance | path

Searched refs:apply_cell (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.vertical-align.inc.php14 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignSuper
20 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignSub
26 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignTop
32 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignMiddle
42 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignBottom
52 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignBaseline
62 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignTextTop
68 function apply_cell(&$cell, $row_height, $row_baseline) { function in VerticalAlignTextBottom
H A Dbox.table.row.php86 $va_fun->apply_cell($cell, $height, $baseline);
H A Dbox.page.margin.class.php136 $va->apply_cell($this,$this->get_full_height(),0);
H A Dbox.table.php443 $va_fun->apply_cell($cell, array_sum($row_heights), $baseline);