Home
last modified time | relevance | path

Searched refs:mm2pt (Results 1 – 25 of 46) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php105 return '0 0 '.ceil(mm2pt($this->size['width'])).' '.ceil(mm2pt($this->size['height']));
H A Dbox.generic.formatted.php517 $containing_block['left'] = mm2pt($media->margins['left']);
518 $containing_block['right'] = mm2pt($media->margins['left'] + $media->real_width());
519 $containing_block['top'] = mm2pt($media->margins['bottom'] + $media->real_height());
520 $containing_block['bottom'] = mm2pt($media->margins['bottom']);
H A Dbox.generic.php288 $bottom = mm2pt($media->height() - $media->margins['top']);
305 …$y = ($this->get_top() - $bottom) + (mm2pt($media->real_height()) - $page_heights[$page_index-1]) …
H A Dcss.size.inc.php48 return array('size' => array('width' => $width / mm2pt(1) / pt2pt(1),
49 'height' => $height / mm2pt(1) / pt2pt(1)),
H A Dheight.php99 return mm2pt($g_media->real_height()) * $value[0] / 100;
104 return mm2pt($g_media->real_height()) * $value[0] / 100;
H A Doutput.png.class.php177 if (is_null($scale)) { $scale = $this->_widthPixels / mm2pt($this->media->width()); };
183 if (is_null($scale)) { $scale = $this->_heightPixels / mm2pt($this->media->height()); };
236 $this->_widthPixels / mm2pt($this->media->width()),
237 $this->_heightPixels / mm2pt($this->media->height()));
H A Dpipeline.class.php556 … $media->margins['left'] = $margins->left->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
557 …$media->margins['right'] = $margins->right->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
558 … $media->margins['top'] = $margins->top->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
559 …$media->margins['bottom'] = $margins->bottom->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt…
564 … $media->margins['left'] = $left_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
569 … $media->margins['right'] = $right_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
574 $media->margins['top'] = $top_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
579 …$media->margins['bottom'] = $bottom_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1…
965 …$g_px_scale = floor(mm2pt($media->width() - $media->margins['left'] - $media->margins['right'])) /…
H A Dbackground.image.php95 $top = $driver->offset + mm2pt($media->margins['bottom']) + mm2pt($media->real_height());
96 $bottom = $driver->offset + mm2pt($media->margins['bottom']);
H A Dvalue.generic.length.php94 return pt2pt(mm2pt($this->_number));
96 return pt2pt(mm2pt($this->_number*10));
H A Doutput.fpdf.class.php49 $y = mm2pt($this->media->height()) - $y;
313 $this->pdf->AddPage(mm2pt($this->media->width()), mm2pt($this->media->height()));
331 $this->pdf =& new FPDF('P','pt',array(mm2pt($media->width()), mm2pt($media->height())));
H A Dstrategy.page.break.simple.php8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
11 $page_heights[] = mm2pt($media->real_height());
H A Dstrategy.page.break.smart.php9 mm2pt($media->real_height()),
10 mm2pt($media->height() - $media->margins['top']));
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php32 $media->margins['top'] = $this->_top_margin / mm2pt(1);
33 $media->margins['bottom'] = $this->_bottom_margin / mm2pt(1);
H A Dtoc.php47 $bottom = mm2pt($media->height() - $media->margins['top']);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.block.absolute.php20 $this->assertEqual($block->get_top_margin(), $body->get_top() - mm2pt(20));
21 $this->assertEqual($block->get_left_margin(), mm2pt(10));
H A Dtest.line-box.nested.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.width.absolute.positioned.php26 mm2pt($media->real_width()) - px2pt(200));
51 mm2pt($media->real_width()) - px2pt(100),
56 mm2pt($media->real_width()) - px2pt(100),
61 mm2pt($media->real_width()),
66 mm2pt($media->real_width()) - px2pt(200),
H A Dtest.pagebreak.fixed.height.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
10 mm2pt($media->real_height()),
11 mm2pt($media->height() - $media->margins['top']));
H A Dtest.textarea.height.php11 mm2pt(80));
H A Dtest.css.margin.boxes.php19 $this->assertEqual($box->get_width(), mm2pt(10));
20 $this->assertEqual($box->get_height(), mm2pt(10));
38 $this->assertEqual($box->get_width(), mm2pt(0));
39 $this->assertEqual($box->get_height(), mm2pt(10));
61 $this->assertEqual($box->get_height(), mm2pt(10));
H A Dtest.css.page.break.after.php14 mm2pt($media->real_height()),
15 mm2pt($media->height() - $media->margins['top']));
H A Dtest.font-size.php21 $this->assertWithinMargin($text->get_full_height(), mm2pt(10), 0.01);
H A Dtest.line-box.top.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
H A Dtest.orphans.php6 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
34 mm2pt($media->real_height()),
35 mm2pt($media->height() - $media->margins['top']));
53 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
81 mm2pt($media->real_height()),
82 mm2pt($media->height() - $media->margins['top']));
100 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
128 mm2pt($media->real_height()),
129 mm2pt($media->height() - $media->margins['top']));
H A Dtest.pagebreak.border.php5 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
33 mm2pt($media->real_height()),
34 mm2pt($media->height() - $media->margins['top']));
47 $media = new Media(array('width' => 100, 'height' => 200/mm2pt(1)),
75 mm2pt($media->real_height()),
76 mm2pt($media->height() - $media->margins['top']));

12