Lines Matching defs:clh

2249 		$clh = $this->h;
2255 $clh = $this->h - 2 * $cly;
2265 $s .= sprintf('%.3F %.3F %.3F %.3F re f Q', ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2272 $s .= $this->gradient->Gradient($clx, $cly, $clw, $clh, (isset($g['gradtype']) ? $g['gradtype'] : null), $g['stops'], $g['colorspace'], $g['coords'], $g['extend'], true);
2279 $s .= $this->gradient->Gradient($clx, $cly, $clw, $clh, $g['type'], $g['stops'], $g['colorspace'], $g['coords'], $g['extend'], true);
2284 list($orig_w, $orig_h, $x_repeat, $y_repeat) = $this->_resizeBackgroundImage($this->bodyBackgroundImage['orig_w'], $this->bodyBackgroundImage['orig_h'], $clw, $clh, $this->bodyBackgroundImage['resize'], $this->bodyBackgroundImage['x_repeat'], $this->bodyBackgroundImage['y_repeat']);
2286 $this->patterns[$n] = ['x' => $clx, 'y' => $cly, 'w' => $clw, 'h' => $clh, 'pgh' => $this->h, 'image_id' => $this->bodyBackgroundImage['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $this->bodyBackgroundImage['x_pos'], 'y_pos' => $this->bodyBackgroundImage['y_pos'], 'x_repeat' => $x_repeat, 'y_repeat' => $y_repeat, 'itype' => $this->bodyBackgroundImage['itype']];
2292 $s .= sprintf('q /Pattern cs /P%d scn %s %.3F %.3F %.3F %.3F re f Q', $n, $opac, ($clx * Mpdf::SCALE), ($cly * Mpdf::SCALE), $clw * Mpdf::SCALE, $clh * Mpdf::SCALE) . "\n";
2299 function _setClippingPath($clx, $cly, $clw, $clh)
2303 $s .= sprintf('%.3F %.3F l ', ($clx) * Mpdf::SCALE, ($this->h - ($cly + $clh)) * Mpdf::SCALE); // line to BL
2304 $s .= sprintf('%.3F %.3F l ', ($clx + $clw) * Mpdf::SCALE, ($this->h - ($cly + $clh)) * Mpdf::SCALE); // line to BR
12146 $clh = $h - $table['border_spacing_V'];
12148 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
12169 $clh = $h - $table['border_spacing_V'];
12171 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
12199 $clh = $h - $table['border_spacing_V'];
12201 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23009 $clh = $h - $table['border_spacing_V'];
23011 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23031 $clh = $h - $table['border_spacing_V'];
23033 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23060 $clh = $h - $table['border_spacing_V'];
23062 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6