Lines Matching defs:color

798 	var $DrawColor; // commands for drawing color
799 var $FillColor; // commands for filling color
800 var $TextColor; // commands for text color
3428 // Set color for all stroking operations
3443 // Set color for all filling operations
3458 // Set color for text
5238 $c = isset($this->textparam['u-decoration']['color']) ? $this->textparam['u-decoration']['color'] : '';
5279 $c = $this->textparam['s-decoration']['color'];
5330 $c = $this->textparam['o-decoration']['color'];
6257 $saved['color'] = $this->TextColor;
6306 $this->TextColor = $saved['color'];
6348 $saved['color'] = $this->TextColor;
6377 $this->TextColor = $saved['color'];
6624 // Avoid just border/background-color moved on to next page
7173 $this->SetDColor($objattr['color']);
7400 if (isset($objattr['color']) && $objattr['color']) {
7401 $col = $objattr['color'];
7458 $color = [0, 0, 0];
7459 if ($objattr['color']) {
7460 $color = array_map(
7464 explode(" ", $this->SetColor($objattr['color'], 'CodeOnly'))
7476 $color
7506 if (isset($objattr['color']) && $objattr['color']) {
7507 $col = $objattr['color'];
7667 function _printListBullet($x, $y, $size, $type, $color)
7670 $fcol = $this->SetTColor($color, true);
10160 // Background color
10667 function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2)
10673 $this->directWrite->Shaded_box($text, $font, $fontstyle, $szfont, $width, $style, $radius, $fill, $color, $pad);
11876 $color = $this->colorConverter->convert($tablefill, $this->PDFAXwarnings);
11877 if ($color) {
11896 $this->SetFColor($color);
11926 } elseif (isset($content[$i][0]['trbgcolor']) && $content[$i][0]['trbgcolor'] && $content[$i][0]['trbgcolor'] != 'transparent') { // Row color
11931 $color = $this->colorConverter->convert($fill, $this->PDFAXwarnings);
11932 if ($color) {
11935 $this->SetFColor($color);
11938 $this->tableBackgrounds[$level * 9 + $leveladj][] = ['gradient' => false, 'x' => ($x + ($table['border_spacing_H'] / 2)), 'y' => ($y + ($table['border_spacing_V'] / 2)), 'w' => ($w - $table['border_spacing_H']), 'h' => ($h - $table['border_spacing_V']), 'col' => $color];
11942 $this->SetFColor($color);
11945 $this->tableBackgrounds[$level * 9 + $leveladj][] = ['gradient' => false, 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'col' => $color];
12551 $html = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: ' . $valign . '; color: #000000; ';
12565 if (isset($arr['L']['color'])) {
12566 $html .= ' color: ' . $arr['L']['color'] . ';';
12589 if (isset($arr['C']['color'])) {
12590 $html .= ' color: ' . $arr['C']['color'] . ';';
12613 if (isset($arr['R']['color'])) {
12614 $html .= ' color: ' . $arr['R']['color'] . ';';
12727 $oddhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: bottom; color: #000000; ';
12755 $evenhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: bottom; color: #000000; ';
12783 $oddhtml = '<div style="margin: 0; color: #000000; ';
12805 $evenhtml = '<div style="margin: 0; color: #000000; ';
12872 $oddhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: top; color: #000000; ';
12898 $evenhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: top; color: #000000; ';
12928 $oddhtml = '<div style="margin: 0; color: #000000; ';
12951 $evenhtml = '<div style="margin: 0; color: #000000; ';
13960 // font*[family/size/style/weight]/line-height/text*[align/decoration/transform/indent]/color are transferred to $inner
14068 $css .= 'color: ' . strtolower($p['COLOR']) . '; ';
14856 // color
16072 if (isset($vetor[10]) and ! empty($vetor[10])) { // Background color
16802 // Set font, size, style, color
18891 case 'COLOR': // font color
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
22297 $color = $this->colorConverter->convert($table['bgcolor'][-1], $this->PDFAXwarnings);
22298 if ($color) {
22302 $this->tableBackgrounds[$level * 9][] = ['gradient' => false, 'x' => $bx, 'y' => $by, 'w' => $bw, 'h' => $bh, 'col' => $color];
22567 $color = $this->colorConverter->convert($fill, $this->PDFAXwarnings);
22568 if ($color) {
22587 $this->SetFColor($color);
22624 } elseif (isset($table['bgcolor'][$i]) && $table['bgcolor'][$i] && $table['bgcolor'][$i] != 'transparent') { // Row color
22629 $color = $this->colorConverter->convert($fill, $this->PDFAXwarnings);
22630 if ($color) {
22633 $this->SetFColor($color);
22636 $this->tableBackgrounds[$level * 9 + $leveladj][] = ['gradient' => false, 'x' => ($x + ($table['border_spacing_H'] / 2)), 'y' => ($y + ($table['border_spacing_V'] / 2)), 'w' => ($w - $table['border_spacing_H']), 'h' => ($h - $table['border_spacing_V']), 'col' => $color];
22640 $this->SetFColor($color);
22643 $this->tableBackgrounds[$level * 9 + $leveladj][] = ['gradient' => false, 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h, 'col' => $color];
23219 $color = $this->colorConverter->convert($table['bgcolor'][-1], $this->PDFAXwarnings);
23220 if ($color) {
23221 $this->tableBackgrounds[$level * 9][] = ['gradient' => false, 'x' => $bx, 'y' => $by, 'w' => $bw, 'h' => $bh, 'col' => $color];
24932 $color = str_pad($cba['ca'], 6, "\x00");
24939 $details[$side]['c'] = $color;
26150 // set foreground color
26183 // PRINT border background color
26522 // PRINT border background color