Lines Matching defs:TextColor

800 	var $TextColor; // commands for text color
1116 $this->defTextColor = $this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
2969 $tc = $this->TextColor;
3002 $this->TextColor = $tc;
3171 $tc = $this->TextColor;
3245 $this->TextColor = $tc;
3270 $this->TextColor = $tc;
3406 $this->ColorFlag = ($out != $this->TextColor);
3422 $this->TextColor = $out;
4360 $tc = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4374 $s .= $this->TextColor . ' ';
4424 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4449 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
5145 $s .='q ' . $this->TextColor . ' ';
5156 $tc = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
6257 $saved['color'] = $this->TextColor;
6276 $this->ColorFlag = ($this->FillColor != $this->TextColor); // Restore ColorFlag as well
6306 $this->TextColor = $saved['color'];
6348 $saved['color'] = $this->TextColor;
6377 $this->TextColor = $saved['color'];
6382 $this->ColorFlag = ($this->FillColor != $this->TextColor); // Restore ColorFlag as well
18914 $this->textparam['s-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
18926 $this->textparam['u-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
18938 $this->textparam['o-decoration']['color'] = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
26152 $prevTextColor = $this->TextColor;
26471 $this->TextColor = $prevTextColor;
26498 $prevTextColor = $this->TextColor;
26567 $this->TextColor = $prevTextColor;