Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt28 -Yukihiro O. for the SetDash() function [mailto:yukihiro_o@infoseek.jp]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php81 $this->pdf->SetDash(ceil($x), ceil($y));
H A Dpdf.fpdf.php1429 function SetDash($x, $y) { function in FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php9330 function SetDash($black = false, $white = false)
16569 $this->SetDash();
16602 $this->SetDash($dashsize, ($dashsize / $dashsizek) + ($this->LineWidth * 2));
16607 $this->SetDash(0.001, ($this->LineWidth * 3));
16920 $this->SetDash();
16984 $this->SetDash();
17048 $this->SetDash();
17109 $this->SetDash();
17114 $this->SetDash();
17853 $this->SetDash();
9300 function SetDash($black = false, $white = false) global() function in Mpdf\\Mpdf
[all...]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1340 function SetDash($x, $y) { function in FPDF