Searched refs:apply_cell (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.vertical-align.inc.php | 14 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 D | box.table.row.php | 86 $va_fun->apply_cell($cell, $height, $baseline);
|
H A D | box.page.margin.class.php | 136 $va->apply_cell($this,$this->get_full_height(),0);
|
H A D | box.table.php | 443 $va_fun->apply_cell($cell, array_sum($row_heights), $baseline);
|