Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php246 'ColorFlag' => $this->ColorFlag
293 $this->ColorFlag = $state['ColorFlag'];
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php985 var $ColorFlag; //indicates whether fill and text colors are different variable in FPDF
1561 $this->ColorFlag=false;
1787 $cf=$this->ColorFlag;
1817 $this->ColorFlag=$cf;
1837 $this->ColorFlag=$cf;
1884 $this->ColorFlag=($this->FillColor!=$this->TextColor);
1897 $this->ColorFlag=($this->FillColor!=$this->TextColor);
2120 if($this->ColorFlag)
2187 if ($this->ColorFlag) {
2198 if($this->ColorFlag)
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1077 var $ColorFlag; //indicates whether fill and text colors are different variable in FPDF
1654 $this->ColorFlag=false;
1798 $cf=$this->ColorFlag;
1824 $this->ColorFlag=$cf;
1842 $this->ColorFlag=$cf;
1873 $this->ColorFlag = ($this->FillColor!=$this->TextColor);
1886 $this->ColorFlag=($this->FillColor!=$this->TextColor);
2075 if ($this->ColorFlag) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php801 var $ColorFlag; // indicates whether fill and text colors are different
1124 $this->ColorFlag = false;
2970 $cf = $this->ColorFlag;
3003 $this->ColorFlag = $cf;
3172 $cf = $this->ColorFlag;
3246 $this->ColorFlag = $cf;
3271 $this->ColorFlag = $cf;
3406 $this->ColorFlag = ($out != $this->TextColor);
3423 $this->ColorFlag = ($this->FillColor != $out);
4373 if ($this->ColorFlag) {
800 var $ColorFlag; // indicates whether fill and text colors are different global() variable in Mpdf\\Mpdf
[all...]