Searched refs:DrawColor (Results 1 – 4 of 4) sorted by relevance
210 if ($this->DrawColor !== '0 G') {211 $buffer .= $this->DrawColor . "\n";244 'DrawColor' => $this->DrawColor,291 $this->DrawColor = $state['DrawColor'];361 $this->_out($this->DrawColor);
1073 var $DrawColor; //commands for drawing color variable in FPDF1651 $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);
982 var $DrawColor; //commands for drawing color variable in FPDF1558 $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);
798 var $DrawColor; // commands for drawing color1117 $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...]