Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1888 function SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B')
2261 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[4]) / 100, 'Normal', true, 'F') . "\n";
2263 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[5]) / 100, 'Normal', true, 'F') . "\n";
2288 $opac = $this->SetAlpha($this->bodyBackgroundImage['opacity'], 'Normal', true);
2350 $s .= $this->SetAlpha(ord($pb['col'][4]) / 100, 'Normal', true, 'F') . "\n";
2352 $s .= $this->SetAlpha(ord($pb['col'][5]) / 100, 'Normal', true, 'F') . "\n";
2539 $opac = $this->SetAlpha($pb['opacity'], 'Normal', true);
2549 $opac = $this->SetAlpha($pb['opacity'], 'Normal', true);
2588 $s .= $this->SetAlpha(ord($pb['col'][4]) / 100, 'Normal', true, 'F') . "\n";
2590 $s .= $this->SetAlpha(or
1877 function SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B') global() function in Mpdf\\Mpdf
[all...]