Lines Matching refs:clw

2248 		$clw = $this->w;
2254 $clw = $this->w - 2 * $clx;
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)
2304 $s .= sprintf('%.3F %.3F l ', ($clx + $clw) * Mpdf::SCALE, ($this->h - ($cly + $clh)) * Mpdf::SCALE); // line to BR
2305 $s .= sprintf('%.3F %.3F l ', ($clx + $clw) * Mpdf::SCALE, ($this->h - ($cly)) * Mpdf::SCALE); // line to TR
12145 $clw = $w - $table['border_spacing_H'];
12148 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
12168 $clw = $w - $table['border_spacing_H'];
12171 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
12198 $clw = $w - $table['border_spacing_H'];
12201 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23008 $clw = $w - $table['border_spacing_H'];
23011 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23030 $clw = $w - $table['border_spacing_H'];
23033 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6
23059 $clw = $w - $table['border_spacing_H'];
23062 $s = $this->_setClippingPath($clx, $cly, $clw, $clh); // mPDF 6