Home
last modified time | relevance | path

Searched refs:g_pt_scale (Results 1 – 4 of 4) sorted by path

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php75 $g_pt_scale = $g_px_scale * 1.43;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php963 global $g_pt_scale;
968 …$g_pt_scale = $g_px_scale * 1.33; // This is a magic number, just don't touch it, or everything wi…
970 $g_pt_scale = 1.0;
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php27 $g_pt_scale = $g_px_scale * 1.43; variable
H A Dsample.pipeline.default.php29 global $g_pt_scale;
30 $g_pt_scale = $g_px_scale * 1.43; variable