Searched refs:px2pt (Results 1 – 17 of 17) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.width.absolute.positioned.php | 26 mm2pt($media->real_width()) - px2pt(200)); 30 px2pt(100)); 34 px2pt(100)); 38 px2pt(100)); 42 px2pt(100)); 51 mm2pt($media->real_width()) - px2pt(100), 56 mm2pt($media->real_width()) - px2pt(100), 66 mm2pt($media->real_width()) - px2pt(200),
|
H A D | test.position.horizontal.absolute.positioned.php | 21 mm2pt($media->margins['left']) + px2pt(100), 26 mm2pt($media->width() - $media->margins['right']) - px2pt(100), 36 mm2pt($media->margins['left']) + px2pt(100),
|
H A D | test.border-bottom.php | 18 $this->assertEqual($width, px2pt(1)); 35 $this->assertEqual($width, px2pt(1));
|
H A D | test.border-right.php | 18 $this->assertEqual($width, px2pt(1)); 35 $this->assertEqual($width, px2pt(1));
|
H A D | test.border-top.php | 18 $this->assertEqual($width, px2pt(1)); 35 $this->assertEqual($width, px2pt(1));
|
H A D | test.border-left.php | 18 $this->assertEqual($width, px2pt(1)); 35 $this->assertEqual($width, px2pt(1));
|
H A D | test.input.text.php | 101 px2pt($widths[$i]),
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | background.image.php | 127 * @see px2pt() 129 $image_height = px2pt($this->_image->sy()); 130 $image_width = px2pt($this->_image->sx()); 182 px2pt(1)); 195 px2pt(1)); 208 px2pt(1)); 223 px2pt(1));
|
H A D | utils_units.php | 12 function px2pt($px) { function 59 return px2pt((double)$value); 75 return px2pt((double)$value);
|
H A D | box.input.img.php | 98 $width = px2pt($root->get_attribute('width')); 100 $width = px2pt(BROKEN_IMAGE_DEFAULT_SIZE_PX); 104 $height = px2pt($root->get_attribute('height')); 106 $height = px2pt(BROKEN_IMAGE_DEFAULT_SIZE_PX);
|
H A D | box.img.php | 253 $width = px2pt($root->get_attribute('width')); 255 $width = px2pt(BROKEN_IMAGE_DEFAULT_SIZE_PX); 259 $height = px2pt($root->get_attribute('height')); 261 $height = px2pt(BROKEN_IMAGE_DEFAULT_SIZE_PX); 289 $this->put_width(px2pt($this->image->sx())); 290 $this->put_height(px2pt($this->image->sy()));
|
H A D | value.generic.length.php | 92 return px2pt($this->_number); 109 return px2pt($this->_number);
|
H A D | tag.frame.inc.php | 72 $values[$i] = px2pt($length_src);
|
H A D | output.fpdf.class.php | 181 $ty = $y + px2pt($image->sy()); 191 $ty = $y + px2pt($image->sy()); 271 $ty = $cy + px2pt($image->sy()); 281 $ty = $cy + px2pt($image->sy());
|
H A D | value.border.edge.class.php | 297 $viewport->setlinewidth(px2pt(1));
|
H A D | box.table.php | 136 $this->cwc[$index] = new WCConstant(px2pt((int)$value));
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 8246 else if(row.hpx) rec += "M" + 20 * px2pt(row.hpx) + ";"; 10570 function px2pt(px) { return px * 96 / PPI; } function 15757 if(row.hpx) height = px2pt(row.hpx); 15771 if (row.hpx) height = px2pt(row.hpx); 15924 if(row.hpx) miyRw = px2pt(row.hpx) * 20; 18188 rowobj.hpx = parseInt(row.Height, 10); rowobj.hpt = px2pt(rowobj.hpx);
|