Home
last modified time | relevance | path

Searched refs:length_in_pt (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Positioner/
H A DFixed.php36 …$margin_top = (float)$initialcb_style->length_in_pt($initialcb_style->margin_top, $initialcb["h"]);
37 …$margin_right = (float)$initialcb_style->length_in_pt($initialcb_style->margin_right, $initialcb["…
38 …$margin_bottom = (float)$initialcb_style->length_in_pt($initialcb_style->margin_bottom, $initialcb…
39 …$margin_left = (float)$initialcb_style->length_in_pt($initialcb_style->margin_left, $initialcb["w"…
42 $height = (float)$style->length_in_pt($style->height, $initialcb["h"]);
43 $width = (float)$style->length_in_pt($style->width, $initialcb["w"]);
45 $top = $style->length_in_pt($style->top, $initialcb["h"]);
46 $right = $style->length_in_pt($style->right, $initialcb["w"]);
47 $bottom = $style->length_in_pt($style->bottom, $initialcb["h"]);
48 $left = $style->length_in_pt($style->left, $initialcb["w"]);
H A DAbsolute.php30 $top = $style->length_in_pt($style->top, $h);
31 $right = $style->length_in_pt($style->right, $w);
32 $bottom = $style->length_in_pt($style->bottom, $h);
33 $left = $style->length_in_pt($style->left, $w);
H A DListBullet.php44 $line_height = $style->length_in_pt($style->line_height, $style->font_size);
45 …$offset = (float)$style->length_in_pt($line_height, $n->get_containing_block("h")) - $frame->get_h…
H A DBlock.php43 $top = (float)$style->length_in_pt($style->top, $cb["h"]);
46 $left = (float)$style->length_in_pt($style->left, $cb["w"]);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameReflower/
H A DTable.php88 $delta += (float)$style->length_in_pt(array(
330 $min_height = $style->length_in_pt($min_height, $cb["h"]);
331 $max_height = $style->length_in_pt($max_height, $cb["h"]);
337 $min_height = $style->length_in_pt($min_height, $cb["w"]);
342 $max_height = $style->length_in_pt($max_height, $cb["w"]);
361 $height = $style->length_in_pt($height, $cb["h"]);
420 $v = (float)$style->length_in_pt($v) / 2;
421 $h = (float)$style->length_in_pt($h) / 2;
450 …eft = (float)$style->length_in_pt($cb["w"], $cb["w"]) - (float)$style->length_in_pt($right, $cb["w…
453 $left = (float)$style->length_in_pt($left, $cb["w"]);
[all …]
H A DBlock.php56 $rm = $style->length_in_pt($style->margin_right, $w);
57 $lm = $style->length_in_pt($style->margin_left, $w);
59 $left = $style->length_in_pt($style->left, $w);
60 $right = $style->length_in_pt($style->right, $w);
80 $sum = (float)$style->length_in_pt($dims, $w);
195 $width = $style->length_in_pt($style->width, $cb["w"]);
260 $height = $style->length_in_pt($style->height, $cb["h"]);
262 $top = $style->length_in_pt($style->top, $cb["h"]);
263 $bottom = $style->length_in_pt($style->bottom, $cb["h"]);
282 $sum = (float)$style->length_in_pt($dims, $cb["h"]);
[all …]
H A DImage.php90 $t = $f_style->length_in_pt($f_style->width);
101 $width = $style->length_in_pt($width);
109 $t = (float)$f_style->length_in_pt($f_style->height);
120 $height = $style->length_in_pt($height);
154 $min_width = $style->length_in_pt($style->min_width, $w);
155 $max_width = $style->length_in_pt($style->max_width, $w);
156 $min_height = $style->length_in_pt($style->min_height, $h);
157 $max_height = $style->length_in_pt($style->max_height, $h);
H A DTableCell.php53 $left_space = (float)$style->length_in_pt(array($style->margin_left,
58 $right_space = (float)$style->length_in_pt(array($style->padding_right,
63 $top_space = (float)$style->length_in_pt(array($style->margin_top,
67 $bottom_space = (float)$style->length_in_pt(array($style->margin_bottom,
78 $indent = (float)$style->length_in_pt($style->text_indent, $w);
100 $style_height = (float)$style->length_in_pt($style->height, $h);
H A DAbstractFrameReflower.php80 $t = $style->length_in_pt($style->margin_top, $cb["h"]);
81 $b = $style->length_in_pt($style->margin_bottom, $cb["h"]);
111 $n_t = (float)$n_style->length_in_pt($n_style->margin_top, $cb["h"]);
119 if ($style->border_top_width == 0 && $style->length_in_pt($style->padding_top) == 0) {
137 $f_t = (float)$f_style->length_in_pt($f_style->margin_top, $cb["h"]);
146 if ($style->border_bottom_width == 0 && $style->length_in_pt($style->padding_bottom) == 0) {
164 $l_b = (float)$l_style->length_in_pt($l_style->margin_bottom, $cb["h"]);
226 $delta = (float)$style->length_in_pt($dims, $cb_w);
279 $width = (float)$style->length_in_pt($width, $cb_w);
H A DPage.php108 $left = (float)$style->length_in_pt($style->margin_left, $cb["w"]);
109 $right = (float)$style->length_in_pt($style->margin_right, $cb["w"]);
110 $top = (float)$style->length_in_pt($style->margin_top, $cb["h"]);
111 $bottom = (float)$style->length_in_pt($style->margin_bottom, $cb["h"]);
H A DText.php81 $word_spacing = (float)$style->length_in_pt($style->word_spacing);
82 $char_spacing = (float)$style->length_in_pt($style->letter_spacing);
87 (float)$style->length_in_pt(array($style->margin_left,
396 $word_spacing = (float)$style->length_in_pt($style->word_spacing);
397 $char_spacing = (float)$style->length_in_pt($style->letter_spacing);
463 $delta = (float)$style->length_in_pt(array($style->margin_left,
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/
H A DLineBox.php220 …utside_left_floating_width > ((float)$style->length_in_pt($style->margin_left) + (float)$style->le…
221 …outside_left_floating_width - (float)$style->length_in_pt($style->margin_left) - (float)$style->le…
224 …tside_right_floating_width > ((float)$style->length_in_pt($style->margin_left) + (float)$style->le…
225 …tside_right_floating_width - (float)$style->length_in_pt($style->margin_right) - (float)$style->le…
H A DFrame.php478 return (float)$style->length_in_pt(array(
499 return (float)$style->length_in_pt(array(
517 return (float)$style->length_in_pt(array(
539 (float)$style->length_in_pt(array($style->margin_left,
545 (float)$style->length_in_pt(array($style->margin_top,
550 $w = $style->length_in_pt($style->width, $cb["w"]);
552 $h = $style->length_in_pt($style->height, $cb["h"]);
576 (float)$style->length_in_pt(array($style->margin_top,
580 $w = $style->length_in_pt(array($style->padding_left,
585 $h = $style->length_in_pt(array($style->padding_top,
[all …]
H A DRenderer.php87 …$values[] = $x + (float)$style->length_in_pt($origin[0], (float)$style->length_in_pt($style->width…
88 …$values[] = $y + (float)$style->length_in_pt($origin[1], (float)$style->length_in_pt($style->heigh…
H A DCellmap.php620 $v = $style->length_in_pt($v);
624 $h = $style->length_in_pt($h);
656 $val = $style->length_in_pt($frame_min) / $colspan;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Renderer/
H A DBlock.php35 $h = $frame->get_containing_block("h") - (float)$style->length_in_pt(array(
40 (float)$style->length_in_pt($style->width));
122 $width = (float)$style->length_in_pt($props["width"]);
130 (float)$style->length_in_pt($bp["top"]["width"]),
131 (float)$style->length_in_pt($bp["right"]["width"]),
132 (float)$style->length_in_pt($bp["bottom"]["width"]),
133 (float)$style->length_in_pt($bp["left"]["width"])
209 $offset = (float)$style->length_in_pt($props["width"]);
230 $widths = array_fill(0, 4, (float)$style->length_in_pt($props["width"]));
H A DInline.php36 (float)$style->length_in_pt($bp["top"]["width"]),
37 (float)$style->length_in_pt($bp["right"]["width"]),
38 (float)$style->length_in_pt($bp["bottom"]["width"]),
39 (float)$style->length_in_pt($bp["left"]["width"])
156 $left_margin = (float)$style->length_in_pt($style->margin_left);
H A DImage.php60 $x += (float)$style->length_in_pt($style->padding_left, $cb["w"]);
61 $y += (float)$style->length_in_pt($style->padding_top, $cb["h"]);
63 $w = (float)$style->length_in_pt($style->width, $cb["w"]);
64 $h = (float)$style->length_in_pt($style->height, $cb["h"]);
H A DText.php69 $x += (float)$style->length_in_pt(array($ml, $pl, $bl), $cb["w"]);
74 … $word_spacing = $frame->get_text_spacing() + (float)$style->length_in_pt($style->word_spacing);
75 $char_spacing = (float)$style->length_in_pt($style->letter_spacing);
H A DAbstractRenderer.php140 $bg_x = (float)($style->length_in_pt($bg_x) * $dpi) / 72;
143 $bg_x = round($bg_x + (float)$style->length_in_pt($style->border_left_width) * $dpi / 72);
154 $bg_y = (float)($style->length_in_pt($bg_y) * $dpi) / 72;
157 $bg_y = round($bg_y + (float)$style->length_in_pt($style->border_top_width) * $dpi / 72);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Css/
H A DStyle.php507 function length_in_pt($length, $ref_size = null) function in Dompdf\\Css\\Style
892 return $this->_computed_bottom_spacing = $this->length_in_pt(
1053 $fs = (float)$this->length_in_pt($fs);
1106 return $this->length_in_pt($line_height . "em", $this->get_font_size());
1109 return $this->length_in_pt($line_height, $this->_parent_font_size);
2584 $computed[] = $this->length_in_pt($parts[0]);
2587 $computed[] = $this->length_in_pt($parts[1]);
2685 … $values[0] = $this->length_in_pt($values[0], (float)$this->length_in_pt($this->width));
2688 … $values[1] = $this->length_in_pt($values[1], (float)$this->length_in_pt($this->height));
2696 … $values = array($this->length_in_pt($values[0], (float)$this->length_in_pt($this->width)), 0);
[all …]
H A DStylesheet.php1129 … if ($paper_height !== (float)$style->length_in_pt($media_query_value)) {
1134 … if ($paper_height < (float)$style->length_in_pt($media_query_value)) {
1139 … if ($paper_height > (float)$style->length_in_pt($media_query_value)) {
1144 … if ($paper_width !== (float)$style->length_in_pt($media_query_value)) {
1150 … if ($paper_width < (float)$style->length_in_pt($media_query_value)) {
1156 … if ($paper_width > (float)$style->length_in_pt($media_query_value)) {
1212 …$paper_width = $paper_width - (float)$style->length_in_pt($style->margin_left) - (float)$style->le…
1213 …aper_height = $paper_height - (float)$style->length_in_pt($style->margin_top) - (float)$style->len…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameDecorator/
H A DText.php135 $char_spacing = (float)$style->length_in_pt($style->letter_spacing);
152 $word_spacing = (float)$style->length_in_pt($style->word_spacing);
153 $char_spacing = (float)$style->length_in_pt($style->letter_spacing);
H A DTableCell.php71 $v_space = (float)$style->length_in_pt(
80 (float)$style->length_in_pt($style->height)
H A DPage.php345 return $frame->get_style()->length_in_pt($frame->get_style()->margin_top) != 0
346 || $parent->get_style()->length_in_pt($parent->get_style()->padding_top) != 0;

12