Home
last modified time | relevance | path

Searched refs:getPoints (Results 1 – 25 of 50) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.border.php27 $this->assertTrue($table_border->left->width->getPoints() > 0);
28 $this->assertTrue($table_border->right->width->getPoints() > 0);
29 $this->assertTrue($table_border->top->width->getPoints() > 0);
30 $this->assertTrue($table_border->bottom->width->getPoints() > 0);
39 $this->assertTrue($cell1_border->left->width->getPoints() > 0,
41 $this->assertTrue($cell1_border->right->width->getPoints() > 0,
43 $this->assertTrue($cell1_border->top->width->getPoints() > 0,
55 $this->assertTrue($cell2_border->left->width->getPoints() > 0,
59 $this->assertTrue($cell2_border->top->width->getPoints() > 0,
106 $this->assertTrue($cell1_border->top->width->getPoints() > 0,
[all …]
H A Dtest.font.inherit.php31 $this->assertEqual($body_font_size->getPoints()*2,
32 $outer_font_size->getPoints());
33 $this->assertEqual($outer_font_size->getPoints(),
34 $inner_font_size->getPoints());
63 $this->assertEqual($body_font_size->getPoints()*2,
64 $outer_font_size->getPoints());
65 $this->assertEqual($outer_font_size->getPoints()*2,
66 $inner_font_size->getPoints());
H A Dtest.pagebreak.table.lines.php81 $this->assertEqual($font_size->getPoints(), 20);
85 $this->assertEqual($font_size->getPoints(), 30);
H A Dtest.position.horizontal.absolute.positioned.php12 $base = $font_size->getPoints();
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.list-item.php167 return $font->size->getPoints();
187 …wport->circle( $x - $font->size->getPoints()*0.5, $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF, …
198 …wport->circle( $x - $font->size->getPoints()*0.5, $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF, …
207 …- $font->size->getPoints()*0.512, $y + $font->size->getPoints()*0.3*HEIGHT_KOEFF, $font->size->get…
215 $imagebox->moveto($x - $font->size->getPoints()*0.5 - $imagebox->get_width()/2,
216 $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF + $imagebox->get_height()/2);
H A Dstrategy.position.absolute.php32 $top_value = $top->getPoints();
39 $bottom_value = $bottom->getPoints();
64 $left_value = $left->getPoints();
71 $right_value = $right->getPoints();
H A Dbox.field.pageno.php29 if ($font->size->getPoints() > 0) {
33 $font->size->getPoints());
59 if ($font->size->getPoints() > 0) {
63 $font->size->getPoints());
H A Dbox.field.pages.php33 if ($font->size->getPoints() > 0) {
37 $font->size->getPoints());
65 if ($font->size->getPoints() > 0) {
69 $font->size->getPoints());
H A Dstrategy.width.absolute.positioned.php59 ($left->isAuto() ? 0 : $left->getPoints($containing_block_width)) -
60 ($right->isAuto() ? 0 : $right->getPoints($containing_block_width)) -
144 $left->getPoints($containing_block_width) -
145 $right->getPoints($containing_block_width));
H A Dvalue.border.edge.class.php107 return $this->width->getPoints();
116 ($this->width->getPoints() > 0) &&
272 $viewport->dash($this->width->getPoints()*4, $this->width->getPoints()*5);
273 $viewport->setlinewidth($this->width->getPoints());
285 $viewport->dash($this->width->getPoints(), $this->width->getPoints()*2);
286 $viewport->setlinewidth($this->width->getPoints());
H A Dbox.text.php377 $font_size = $font->getPoints();
417 if ($letter_spacing->getPoints() != 0) {
430 $this->width += $letter_spacing->getPoints()*$num_chars;
442 if ($font_size->getPoints() == 0) {
503 $font_size->getPoints());
519 $font_size->getPoints());
544 $font_size->getPoints());
575 if ($letter_spacing->getPoints() == 0) {
588 $font_size->getPoints());
613 $font_size->getPoints());
[all …]
H A Dvalue.generic.percentage.php46 function getPoints($base_size = 0) { function in CSSValuePercentage
50 return $this->_value->getPoints();
H A Dbox.block.php409 $vertical_offset = $top->getPoints();
416 … $vertical_offset = $driver->getPageMaxHeight() - $bottom->getPoints() - $this->get_height();
433 $horizontal_offset = $left->getPoints();
440 $horizontal_offset = $driver->getPageWidth() - $right->getPoints() - $this->get_width();
H A Dbox.whitespace.php95 $letter_spacing->getPoints() +
96 $word_spacing->getPoints();
H A Dheight.php145 $constant = array($value->getPoints(), false);
155 $min = array($value->getPoints(), false);
165 $max = array($value->getPoints(), false);
H A Dbox.frame.php180 $top_value = $top->getPoints();
187 $bottom_value = $bottom->getPoints();
206 $left_value = $left->getPoints();
213 $right_value = $right->getPoints();
H A Dwidth.constraint.php18 $width = max($this->_min_width->getPoints(), $width);
H A Dstrategy.table.layout.auto.php93 $extra = 2*$cellpadding->getPoints() + $cellspacing->getPoints();
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php92 foreach ($this->getPoints() as $point) {
127 foreach ($this->getPoints() as $point) {
144 foreach ($this->getPoints() as $point) {
165 $points = $this->getPoints();
203 $points = $this->getPoints();
234 $points = $this->getPoints();
300 foreach ($this->getPoints() as $point) {
311 foreach ($this->getPoints() as $point) {
343 foreach ($this->getPoints() as $i => $point) {
368 foreach ($this->getPoints() a
[all...]
H A DPolygon.php156 $points = $ring->getPoints();
187 foreach ($this->exteriorRing()->getPoints() as $point) {
260 $vertices = $this->getPoints();
315 foreach ($this->getPoints() as $vertex) {
339 foreach ($geometry->getPoints() as $p) {
H A DCollection.php234 public function getPoints() function in geoPHP\\Geometry\\Collection
237 // Same as array_merge($points, $component->getPoints()), but 500× faster
277 $thisPoints = $this->getPoints();
278 $otherPoints = $geometry->getPoints();
H A DMultiLineString.php59 return $this->getPoints()[0];
H A DCurve.php69 public function getPoints() function in geoPHP\\Geometry\\Curve
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries.php54 public function getPoints() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTimeSeries.php96 public function getPoints() function in Google\\Service\\Monitoring\\TimeSeries

12