Home
last modified time | relevance | path

Searched refs:PrintDraw (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DDrawWin32.cpp429 void PrintDraw::InitPrinter() in InitPrinter()
443 void PrintDraw::StartPage() in StartPage()
454 void PrintDraw::EndPage() in EndPage()
463 PrintDraw::PrintDraw(HDC hdc, const char *docname) in PrintDraw() function in Upp::PrintDraw
478 PrintDraw::~PrintDraw() { in ~PrintDraw()
H A DWin32Gui.h94 friend class PrintDraw; variable
221 class PrintDraw : public SystemDraw {
231 PrintDraw(HDC hdc, const char *jobname);
232 ~PrintDraw();
/dports/devel/upp/upp/reference/Framebuffer/
H A DGui.h93 friend class PrintDraw; variable
215 class PrintDraw : public SystemDraw {
225 PrintDraw(HDC hdc, const char *jobname);
226 ~PrintDraw();
/dports/devel/upp/upp/uppsrc/VirtualGui/
H A DGui.h93 friend class PrintDraw; variable
215 class PrintDraw : public SystemDraw {
225 PrintDraw(HDC hdc, const char *jobname);
226 ~PrintDraw();
/dports/devel/upp/upp/uppsrc/Draw/srcdoc.tpp/
H A DDrawOutput_en-us.tpp43 BackDraw, the ImageDraw `& ImageMaskDraw and sometimes PrintDraw.&]
46 and sometimes PrintDraw, and also (normally) PageDraw, PdfDraw
133 ViewDraw or PrintDraw). In certain cases you can be sure you`'ll
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DPrinterJob.cpp111 draw = new PrintDraw(hdc, Nvl(name, Ctrl::GetAppName())); in Execute0()