Lines Matching refs:FillColor

799 	var $FillColor; // commands for filling color
1118 $this->defFillColor = $this->FillColor = $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings), true);
2968 $fc = $this->FillColor;
2996 $this->FillColor = $fc;
3170 $fc = $this->FillColor;
3241 $this->FillColor = $fc;
3266 if ($this->FillColor != $fc) {
3267 $this->FillColor = $fc;
3405 $this->FillColor = $out;
3407 if ($this->page > 0 && ((isset($this->pageoutput[$this->page]['FillColor']) && $this->pageoutput[$this->page]['FillColor'] != $this->FillColor) || !isset($this->pageoutput[$this->page]['FillColor']))) {
3408 $this->writer->write($this->FillColor);
3410 $this->pageoutput[$this->page]['FillColor'] = $this->FillColor;
3423 $this->ColorFlag = ($this->FillColor != $out);
4361 if ($this->FillColor != $tc) {
4425 if ($this->FillColor != $c) {
4443 if ($this->FillColor != $c) {
4444 $s.= ' ' . $this->FillColor . ' ';
4450 if ($this->FillColor != $c) {
4469 if ($this->FillColor != $c) {
4470 $s.= ' ' . $this->FillColor . ' ';
4814 if ($fill == 1 && $this->FillColor) {
4815 if ((isset($this->pageoutput[$this->page]['FillColor']) && $this->pageoutput[$this->page]['FillColor'] != $this->FillColor) || !isset($this->pageoutput[$this->page]['FillColor'])) {
4816 $s .= $this->FillColor . ' ';
4818 $this->pageoutput[$this->page]['FillColor'] = $this->FillColor;
5157 if ($this->FillColor != $tc) {
5239 if ($this->FillColor != $c) {
5270 if ($this->FillColor != $c) {
5271 $sub .= ' ' . $this->FillColor . ' ';
5281 if ($this->FillColor != $c) {
5321 if ($this->FillColor != $c) {
5322 $sub .= ' ' . $this->FillColor . ' ';
5331 if ($this->FillColor != $c) {
5355 if ($this->FillColor != $c) {
5356 $sub .= ' ' . $this->FillColor . ' ';
6258 $saved['bgcolor'] = $this->FillColor;
6276 $this->ColorFlag = ($this->FillColor != $this->TextColor); // Restore ColorFlag as well
6307 $this->FillColor = $saved['bgcolor'];
6382 $this->ColorFlag = ($this->FillColor != $this->TextColor); // Restore ColorFlag as well
9408 $last_fc = $this->FillColor;
9418 if ($last_x != ($this->lMargin + $this->blk[$blvl]['outer_left_margin']) || ($last_w != $this->blk[$blvl]['width']) || $last_fc != $this->FillColor || (isset($this->blk[$blvl]['border_top']['s']) && $this->blk[$blvl]['border_top']['s']) || (isset($this->blk[$blvl]['border_bottom']['s']) && $this->blk[$blvl]['border_bottom']['s']) || (isset($this->blk[$blvl]['border_left']['s']) && $this->blk[$blvl]['border_left']['s']) || (isset($this->blk[$blvl]['border_right']['s']) && $this->blk[$blvl]['border_right']['s'])) {
9433 $last_fc = $this->FillColor;
26153 $prevFillColor = $this->FillColor;
26472 $this->FillColor = $prevFillColor;
26499 $prevFillColor = $this->FillColor;
26568 $this->FillColor = $prevFillColor;