Lines Matching refs:mm2pt

186     $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));    
188 $this->put_full_width(mm2pt($media->width()));
189 $this->put_full_height(mm2pt($media->margins['top']));
199 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
201 $this->put_full_width(mm2pt($media->margins['left']));
202 $this->put_full_height(mm2pt($media->margins['top']));
211 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
216 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']));
217 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
220 $this->put_full_height(mm2pt($media->margins['top']));
229 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
234 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left);
235 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
238 $this->put_full_height(mm2pt($media->margins['top']));
247 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
252 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left + $center);
253 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
256 $this->put_full_height(mm2pt($media->margins['top']));
265 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
266 $this->put_top(-$this->get_extra_top() +mm2pt($media->height()));
268 $this->put_full_width(mm2pt($media->margins['right']));
269 $this->put_full_height(mm2pt($media->margins['top']));
279 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
281 $this->put_full_width(mm2pt($media->margins['left']));
282 $this->put_full_height(mm2pt($media->margins['bottom']));
291 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
296 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']));
297 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
300 $this->put_full_height(mm2pt($media->margins['bottom']));
309 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
314 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left);
315 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
318 $this->put_full_height(mm2pt($media->margins['bottom']));
327 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_width()),
332 $this->put_left($this->get_extra_left() + mm2pt($media->margins['left']) + $left + $center);
333 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
336 $this->put_full_height(mm2pt($media->margins['bottom']));
345 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
346 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
348 $this->put_full_width(mm2pt($media->margins['right']));
349 $this->put_full_height(mm2pt($media->margins['top']));
359 $this->put_top(-$this->get_extra_top() +mm2pt($media->margins['bottom']));
361 $this->put_full_width(mm2pt($media->width()));
362 $this->put_full_height(mm2pt($media->margins['bottom']));
371 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
377 $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']));
380 $this->put_full_width(mm2pt($media->margins['left']));
389 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
394 … $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']) - $left);
397 $this->put_full_width(mm2pt($media->margins['left']));
406 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
412 …$this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']) - $left -…
415 $this->put_full_width(mm2pt($media->margins['left']));
424 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
429 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
430 $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']));
433 $this->put_full_width(mm2pt($media->margins['right']));
442 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
447 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
448 … $this->put_top(-$this->get_extra_top() +mm2pt($media->height() - $media->margins['top']) - $left);
451 $this->put_full_width(mm2pt($media->margins['right']));
460 list($left, $center, $right) = $this->_calc_sizes(mm2pt($media->real_height()),
465 $this->put_left($this->get_extra_left() + mm2pt($media->width() - $media->margins['right']));
466 …$this->put_top(-$this->get_extra_top() + mm2pt($media->height() - $media->margins['top']) - $left …
469 $this->put_full_width(mm2pt($media->margins['right']));