Home
last modified time | relevance | path

Searched refs:DrawColor (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php210 if ($this->DrawColor !== '0 G') {
211 $buffer .= $this->DrawColor . "\n";
244 'DrawColor' => $this->DrawColor,
291 $this->DrawColor = $state['DrawColor'];
361 $this->_out($this->DrawColor);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1073 var $DrawColor; //commands for drawing color variable in FPDF
1651 $this->DrawColor='0 G';
1795 $dc=$this->DrawColor;
1813 $this->DrawColor=$dc;
1833 if ($this->DrawColor!=$dc) {
1834 $this->DrawColor=$dc;
1858 $this->DrawColor = $new_color;
1859 $this->_out($this->DrawColor);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php982 var $DrawColor; //commands for drawing color variable in FPDF
1558 $this->DrawColor='0 G';
1784 $dc=$this->DrawColor;
1806 $this->DrawColor=$dc;
1828 if ($this->DrawColor!=$dc) {
1829 $this->DrawColor=$dc;
1869 $this->DrawColor = $new_color;
1870 $this->_out($this->DrawColor);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php798 var $DrawColor; // commands for drawing color
1117 $this->defDrawColor = $this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
2967 $dc = $this->DrawColor;
2990 $this->DrawColor = $dc;
3169 $dc = $this->DrawColor;
3237 $this->DrawColor = $dc;
3262 if ($this->DrawColor != $dc) {
3263 $this->DrawColor = $dc;
3389 $this->DrawColor = $out;
3390 if ($this->page > 0 && ((isset($this->pageoutput[$this->page]['DrawColor'])
797 var $DrawColor; // commands for drawing color global() variable in Mpdf\\Mpdf
[all...]