Lines Matching refs:op

2307 		$s .= ' W n '; // Ends path no-op & Sets the clipping path
3798 $op = 'f';
3800 $op = 'B';
3802 $op = 'S';
3804 $this->writer->write(sprintf('%.3F %.3F %.3F %.3F re %s', $x * Mpdf::SCALE, ($this->h - $y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$h * Mpdf::SCALE, $op));
4951 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
4990 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
5029 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
5068 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
5094 $op = ($border == 1) ? 'B' : 'f';
5096 $op = 'S';
5099 $s .= sprintf('%.3F %.3F %.3F %.3F re %s ', $this->x * Mpdf::SCALE, ($this->h - $bg_boxtop) * Mpdf::SCALE, $w * Mpdf::SCALE, -$bg_boxheight * Mpdf::SCALE, $op);
10624 $op = 'f';
10626 $op = 'B';
10628 $op = 'S';
10653 $this->writer->write($op);
14624 // $op = 'W* n'; // Clipping
14625 $op = 'W n'; // Clipping alternative mode
14628 $this->writer->write(sprintf('%.3F %.3F %.3F %.3F re %s', $x * Mpdf::SCALE, ($this->h - $y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$ch * Mpdf::SCALE, $op));
14630 $tmp = "q\n" . sprintf('%.3F %.3F %.3F %.3F re %s', $x * Mpdf::SCALE, ($this->h - $y) * Mpdf::SCALE, $w * Mpdf::SCALE, -$ch * Mpdf::SCALE, $op);
16839 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
16936 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17000 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17061 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17543 $shadow .= ' Q' . "\n"; // Ends path no-op & Sets the clipping path
17547 $s .= ' W n '; // Ends path no-op & Sets the clipping path
17795 $op = false;
17805 if ($start && !$op) {
17809 $op = true;
23956 if ($this->page != $this->kwt_Reference[$i]['op']) {
23957 $this->kwt_Reference[$i]['op'] = $this->page;
23962 $this->kwt_Reference[] = ['t' => $txt, 'op' => $this->page];
25179 if (!in_array($v['op'], $this->Reference[$i]['p'])) {
25180 $this->Reference[$i]['p'][] = $v['op'];
25186 $this->Reference[] = ['t' => $v['t'], 'p' => [$v['op']]];
25342 $op = 'f';
25344 $op = 'B';
25346 $op = 'S';
25357 $this->writer->write(sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c %s', ($x + $lx) * Mpdf::SCALE, ($h - ($y + $ry)) * Mpdf::SCALE, ($x + $rx) * Mpdf::SCALE, ($h - ($y + $ly)) * Mpdf::SCALE, ($x + $rx) * Mpdf::SCALE, ($h - $y) * Mpdf::SCALE, $op));