Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php201 $g_media = Media::predefined ( $GLOBALS['g_config']['media'] ); variable
202 $g_media->set_landscape ( $GLOBALS['g_config']['landscape'] );
203 $g_media->set_margins ( $GLOBALS['g_config']['margins'] );
204 $g_media->set_pixels ( $GLOBALS['g_config']['pagewidth'] );
238 $status = $pipeline->process ( $fi, $g_media );
/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php98 global $g_media;
99 return mm2pt($g_media->real_height()) * $value[0] / 100;
103 global $g_media;
104 return mm2pt($g_media->real_height()) * $value[0] / 100;