#include "ut_types.h"
#include "gr_DrawArgs.h"
#include "fp_PageSize.h"
#include "fl_DocLayout.h"
#include "fv_View.h"
#include "ap_PrintingDelegate.h"
Functions | |
void | s_printPage (PD_Document *, GR_Graphics *pGraphics, FV_View *pPrintView, const char *pDocName, UT_sint32 iWidth, UT_sint32 iHeight, int nPage) |
void s_printPage | ( | PD_Document * | , | |
GR_Graphics * | pGraphics, | |||
FV_View * | pPrintView, | |||
const char * | pDocName, | |||
UT_sint32 | iWidth, | |||
UT_sint32 | iHeight, | |||
int | nPage | |||
) |
References FV_View::draw(), FV_View::getPageSize(), fp_PageSize::isPortrait(), GR_Graphics::m_iRasterPosition, dg_DrawArgs::pG, and GR_Graphics::startPage().
Referenced by AP_PrintingDelegate::printPage().