Home
last modified time | relevance | path

Searched refs:g_px_scale (Results 1 – 5 of 5) sorted by path

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php74 …$g_px_scale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media…
75 $g_pt_scale = $g_px_scale * 1.43;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php962 global $g_px_scale;
965 …$g_px_scale = floor(mm2pt($media->width() - $media->margins['left'] - $media->margins['right'])) /…
968 …$g_pt_scale = $g_px_scale * 1.33; // This is a magic number, just don't touch it, or everything wi…
H A Dutils_units.php13 global $g_px_scale;
14 return $px * $g_px_scale;
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php26 $g_px_scale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media-… variable
27 $g_pt_scale = $g_px_scale * 1.43;
H A Dsample.pipeline.default.php26 global $g_px_scale;
27 $g_px_scale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media-… variable
30 $g_pt_scale = $g_px_scale * 1.43;