Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.margin.class.php19 function calcPercentage($base) { function in MarginSideValue
128 $this->top->calcPercentage($base);
129 $this->bottom->calcPercentage($base);
130 $this->left->calcPercentage($base);
131 $this->right->calcPercentage($base);
H A Dvalue.padding.class.php11 function calcPercentage($base) { function in PaddingSideValue
123 $this->top->calcPercentage($base);
124 $this->bottom->calcPercentage($base);
125 $this->left->calcPercentage($base);
126 $this->right->calcPercentage($base);