Home
last modified time | relevance | path

Searched refs:thePrinter (Results 1 – 25 of 61) sorted by relevance

123

/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.cpp76 thePrinter.start(); in print()
78 thePrinter.stop(); in print()
126 thePrinter.endEndVisit(); in endVisit()
140 thePrinter.endEndVisit(); in endVisit()
154 thePrinter.endEndVisit(); in endVisit()
168 thePrinter.endEndVisit(); in endVisit()
182 thePrinter.endEndVisit(); in endVisit()
196 thePrinter.endEndVisit(); in endVisit()
210 thePrinter.endEndVisit(); in endVisit()
224 thePrinter.endEndVisit(); in endVisit()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/
H A Dprinter_visitor_impl.cpp112 thePrinter.endEndVisit(); in endVisit()
127 thePrinter.endEndVisit(); in endVisit()
143 thePrinter.endEndVisit(); in endVisit()
159 thePrinter.endEndVisit(); in endVisit()
174 thePrinter.endEndVisit();
189 thePrinter.endEndVisit(); in endVisit()
205 thePrinter.endEndVisit(); in endVisit()
248 thePrinter.endEndVisit(); in endVisit()
252 thePrinter.endEndVisit(); in endVisit()
256 thePrinter.endEndVisit(); in endVisit()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/printdef/
H A Dprintdefy.y31 stp_printer_t thePrinter; variable
56 thePrinter.printvars.top = -1; in initialize_the_printer()
57 thePrinter.model = -1; in initialize_the_printer()
59 thePrinter.printvars.gamma = 1.0; in initialize_the_printer()
60 thePrinter.printvars.contrast = 1.0; in initialize_the_printer()
61 thePrinter.printvars.cyan = 1.0; in initialize_the_printer()
62 thePrinter.printvars.magenta = 1.0; in initialize_the_printer()
63 thePrinter.printvars.yellow = 1.0; in initialize_the_printer()
65 thePrinter.printvars.density = 1.0; in initialize_the_printer()
141 { thePrinter.model = $5; }
[all …]
H A Dprintdefy.c42 stp_printer_t thePrinter; variable
67 thePrinter.printvars.top = -1; in initialize_the_printer()
68 thePrinter.model = -1; in initialize_the_printer()
69 thePrinter.printvars.brightness = 1.0; in initialize_the_printer()
70 thePrinter.printvars.gamma = 1.0; in initialize_the_printer()
71 thePrinter.printvars.contrast = 1.0; in initialize_the_printer()
72 thePrinter.printvars.cyan = 1.0; in initialize_the_printer()
73 thePrinter.printvars.magenta = 1.0; in initialize_the_printer()
74 thePrinter.printvars.yellow = 1.0; in initialize_the_printer()
76 thePrinter.printvars.density = 1.0; in initialize_the_printer()
[all …]
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dcontext2.cpp427 if (thePrinter == NULL) in SelectPrintMode()
476 thePrinter->SetPens(thePrinter->DefaultPenSet()); in SelectPrintMode()
848 if (thePrinter) in ~PrintContext()
850 delete thePrinter; in ~PrintContext()
1069 if (thePrinter==NULL) in PrintableStartX()
1222 delete thePrinter; in SelectDevice()
1476 if (thePrinter == NULL) in GetModeCount()
2073 if (thePrinter==NULL) in GetDefaultPenSet()
2080 if(!thePrinter) in GetInstalledPens()
2087 if (thePrinter) in ResetIOMode()
[all …]
H A Dljcolor.cpp200 ((LJColor *)thePrinter)->bGrey_K = FALSE; in Send()
204 ((LJColor *)thePrinter)->bGrey_K = TRUE; in Send()
280 err = thePrinter->Send ((const BYTE*)UEL,sizeof(UEL)); in StartSend()
287 if (thePrinter->IOMode.bStatus) in StartSend()
308 if (thePrinter->IOMode.bStatus) in StartSend()
399 if (((LJColor *) thePrinter)->bGrey_K) in Graphics()
416 if (thePrinter->IOMode.bStatus) in EndJob()
419 (long) (thePrinter)); in EndJob()
431 ((LJColor *)thePrinter)->bFGColorSet = FALSE; in FormFeed()
432 ((LJColor *)thePrinter)->m_iYPos = 0; in FormFeed()
[all …]
H A Dljmono.cpp162 err = thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in StartSend()
166 err = thePrinter->Send ((const BYTE *) res, strlen (res)); in StartSend()
186 if (thePrinter->IOMode.bStatus) in StartSend()
212 err = thePrinter->Send ((const BYTE *) res, strlen (res)); in StartSend()
218 err = thePrinter->Send ((const BYTE*) "PCL\015\012", 5); in StartSend()
221 err = thePrinter->Send ((const BYTE*)Reset,sizeof(Reset)); in StartSend()
232 err = thePrinter->Send ((const BYTE *) res, strlen (res)); in StartSend()
236 err = thePrinter->Send ((const BYTE *) res, 14); in StartSend()
262 err = thePrinter->Send ((const BYTE *) "\033&l0O", 5); in StartSend()
290 if (thePrinter->IOMode.bStatus) in EndJob()
[all …]
H A Dljjetready.cpp301 ((LJJetReady *)thePrinter)->bGrey_K = FALSE; in StartSend()
305 ((LJJetReady *)thePrinter)->bGrey_K = TRUE; in StartSend()
497 err = thePrinter->Send (szPrintableArea, 7); in StartPage()
567 err = thePrinter->Send (szPlain, sizeof (szPlain)); in MapPCLMediaTypeToString()
572 err = thePrinter->Send (szPhoto, sizeof (szPhoto)); in MapPCLMediaTypeToString()
602 LJJetReady *thisPrinter = (LJJetReady *) thePrinter; in FormFeed()
1100 thePrinter->Encapsulate (&whiteRaster, TRUE); in SendWhiteStrips()
1462 BOOL bGrayScaleSet = ((LJJetReady *)thePrinter)->bGrey_K; in Process()
1466 if (((LJJetReady*)thePrinter)->m_bStartPageNotSent) in Process()
1469 ((LJJetReady*)thePrinter)->m_bStartPageNotSent = FALSE; in Process()
[all …]
H A Dheader2.cpp54 : CAPy(0), thePrinter(p), thePrintContext(pc) in Header()
77 thePrinter->AdjustModeSettings (thePrintContext->bDoFullBleed, in Header()
150 if (thePrinter != NULL) in SetMediaSource()
207 err = thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in StartSend()
213 err = thePrinter->Send((const BYTE*)PCL3,sizeof(PCL3)); in StartSend()
216 err = thePrinter->Send((const BYTE*)Reset,sizeof(Reset)); in StartSend()
219 err = thePrinter->Send((const BYTE*)&LF,1); in StartSend()
398 DRIVER_ERROR error= thePrinter->Send((const BYTE*) buff,(out-buff) ); in Modes()
415 return thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in EndJob()
424 return thePrinter->Send( temp, len); in SendCAPy()
[all …]
H A Ddj850.cpp127 err = thePrinter->Send((const BYTE*)Reset,sizeof(Reset)); in StartSend()
130 err = thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in StartSend()
133 err = thePrinter->Send((const BYTE*)EnterLanguage,sizeof(EnterLanguage)); in StartSend()
136 if (!thePrinter->UseGUIMode(thePrintContext->CurrentMode)) in StartSend()
137 err = thePrinter->Send((const BYTE*)PCL3,sizeof(PCL3)); in StartSend()
139 err = thePrinter->Send((const BYTE*)PCLGUI,sizeof(PCLGUI)); in StartSend()
142 err = thePrinter->Send((const BYTE*)&LF,1); in StartSend()
149 err = thePrinter->Send ((const BYTE *) "\033&l-2H", 6); in StartSend()
154 err=thePrinter->Send((const BYTE*)uom, strlen (uom)); in StartSend()
157 if (!thePrinter->UseGUIMode(thePrintContext->CurrentMode)) in StartSend()
H A Ddj8xx.cpp185 err = thePrinter->Send((const BYTE*)Reset,sizeof(Reset)); in StartSend()
188 err = thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in StartSend()
191 err = thePrinter->Send((const BYTE*)EnterLanguage,sizeof(EnterLanguage)); in StartSend()
194 if (!thePrinter->UseGUIMode(thePrintContext->CurrentMode)) in StartSend()
195 err = thePrinter->Send((const BYTE*)PCL3,sizeof(PCL3)); in StartSend()
197 err = thePrinter->Send((const BYTE*)PCLGUI,sizeof(PCLGUI)); in StartSend()
200 err = thePrinter->Send((const BYTE*)&LF,1); in StartSend()
207 err = thePrinter->Send ((const BYTE *) "\033&l-2H", 6); in StartSend()
212 err=thePrinter->Send((const BYTE*)uom, strlen (uom)); in StartSend()
215 if (!thePrinter->UseGUIMode(thePrintContext->CurrentMode)) in StartSend()
[all …]
H A Dljfastraster.cpp229 err = thePrinter->Send ((const BYTE *) res, strlen (res)); in StartSend()
234 err = thePrinter->Send ((const BYTE*)ccpPJLSetTO, strlen (ccpPJLSetTO)); in StartSend()
251 err = thePrinter->Send ((const BYTE*)FrVenUniqSeq,sizeof(FrVenUniqSeq)); in StartSend()
337 err = thePrinter->Send ((const BYTE *) szCustomSize, k); in StartPage()
365 err = thePrinter->Send ((const BYTE*)FrEndPageSeq,sizeof(FrEndPageSeq)); in EndPage()
390 LJFastRaster *pFRPrinter = (LJFastRaster *) thePrinter; in FormFeed()
687 thePrinter(pPrinter), // needed by Flush in ModeDeltaPlus()
1200 if (((LJFastRaster*)thePrinter)->m_bStartPageNotSent) in Process()
1202 err = (((LJFastRaster*)thePrinter)->phLJFastRaster)->StartPage(); in Process()
1203 ((LJFastRaster*)thePrinter)->m_bStartPageNotSent = FALSE; in Process()
[all …]
H A Djob.cpp76 thePrinter(NULL), in Job()
117 thePrinter = thePrintContext->thePrinter; in Job()
129 pHead = thePrinter->SelectHeader(thePrintContext); in Job()
138 constructor_error=thePrinter->Flush(); in Job()
323 if(thePrinter) in ~Job()
326 thePrinter->EndJob = TRUE; // the Job is done - in ~Job()
400 if (thePrinter->GetDataFormat() == RASTER_STRIP) in sendrasters()
497 if (thePrinter->GetDataFormat() == RASTER_STRIP) in newpage()
559 if(thePrinter) in Flush()
562 thePrinter->EndJob = TRUE; // the Job is done - in Flush()
[all …]
H A Ddj9xxvip.cpp354 thePrinter(pPrinter) // needed by Flush in Mode10()
391 thePrinter->Send(ResetSeedrow, sizeof(ResetSeedrow)); in Flush()
481 return thePrinter->Send((const BYTE*) buff, out-buff); in ConfigureRasterData()
491 err = thePrinter->Send((const BYTE*)sizer,2); in ConfigureImageData()
504 return thePrinter->Send((const BYTE*) CID, 6); in ConfigureImageData()
643 err = thePrinter->Send ((const BYTE *) cBuf, 2); in Send()
651 err = thePrinter->Send ((const BYTE *) cBuf, 2); in Send()
659 thePrinter->SetHint (SPEED_MECH_HINT, 0); in Send()
689 err = thePrinter->Send((const BYTE*)UEL,sizeof(UEL)); in StartSend()
692 err = thePrinter->AddPJLHeader (); in StartSend()
[all …]
H A Dljzjs.cpp179 if (((LJZjs *) thePrinter)->m_iPrinterType == eLJM1005) in Send()
194 err = thePrinter->Send ((const BYTE *) szStr, strlen (szStr)); in Send()
198 err = thePrinter->Send ((const BYTE *) szStr, strlen (szStr)); in Send()
203 i += ((LJZjs *) thePrinter)->SendIntItem ((BYTE *) szStr+i, 0x80000000, 0x04, 0x54); in Send()
210 err = thePrinter->Send ((const BYTE *) szStr, i); in Send()
215 err = thePrinter->Send ((const BYTE *) szStr, strlen (szStr)); in Send()
238 err = thePrinter->Send ((const BYTE *) szStr, i); in Send()
437 err = thePrinter->Flush (0); in FormFeed()
587 if (((LJZjs *) thePrinter)->m_iPrinterType == eLJM1005) in EndJob()
592 err = thePrinter->Send ((const BYTE *) szStr, 8 + strlen ((char *) (szStr+8))); in EndJob()
[all …]
H A Ddj6xx.cpp62 err = thePrinter->Send((const BYTE*)BlackExtractOff, in Send()
73 err=thePrinter->Send((const BYTE*)uom, 7 ); in Send()
/dports/audio/praat/praat-6.2.03/sys/
H A DPrinter.cpp41 Printer thePrinter = { variable
126 if (thePrinter. postScript) { in Printer_nextPage()
218 thePrinter. spots, thePrinter. paperSize, thePrinter. orientation, thePrinter. magnification); in Printer_print()
330 thePrinter. postScript = thePrinter. allowDirectPostScript && in Printer_print()
345 thePrinter. paperWidth = devMode -> dmPaperWidth * thePrinter. resolution / 254; in Printer_print()
346 thePrinter. paperHeight = devMode -> dmPaperLength * thePrinter. resolution / 254; in Printer_print()
357 thePrinter. paperWidth = sizes [paperSize]. width * thePrinter. resolution; in Printer_print()
358 thePrinter. paperHeight = sizes [paperSize]. height * thePrinter. resolution; in Printer_print()
360 std::swap (thePrinter. paperWidth, thePrinter. paperHeight); in Printer_print()
362 thePrinter. paperWidth = 1000; in Printer_print()
[all …]
H A DGraphicsPostscript.cpp250 Graphics_init (me.get(), thePrinter. resolution); // virtual resolution in Graphics_create_postscriptprinter()
251 my photocopyable = thePrinter. spots == kGraphicsPostscript_spots::PHOTOCOPYABLE; in Graphics_create_postscriptprinter()
254 my paperWidth = (double) thePrinter. paperWidth / my resolution; in Graphics_create_postscriptprinter()
255 my paperHeight = (double) thePrinter. paperHeight / my resolution; in Graphics_create_postscriptprinter()
256 my landscape = thePrinter. orientation == kGraphicsPostscript_orientation::LANDSCAPE; in Graphics_create_postscriptprinter()
257 my magnification = thePrinter. magnification; in Graphics_create_postscriptprinter()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/spec/
H A Dprinter_visitor_cpp.xq54 $gen:indent,'thePrinter.start();',$gen:newline,
56 $gen:indent,'thePrinter.stop();',$gen:newline,'}',$gen:newline,$gen:newline,
64 gen:indent(2),'thePrinter.addAttribute("id", lStream.str());',$gen:newline,
71 gen:indent(2),'thePrinter.addAttribute("qname", a->getQName()->show().str());',$gen:newline,
73 gen:indent(2),'thePrinter.addAttribute("qname","*");',$gen:newline,$gen:newline,
75 gen:indent(2),'thePrinter.addAttribute("typename", a->getType()->toString());',$gen:newline,
77 gen:indent(2),'thePrinter.addAttribute("typename","*");',$gen:newline,$gen:newline,
134 $gen:indent,'thePrinter.startBeginVisit("',$iter/@name,'", ++theId);',$gen:newline,
136 $gen:indent,'thePrinter.endBeginVisit( theId );',$gen:newline,'}',$gen:newline,
138 $gen:indent,'thePrinter.startEndVisit();',$gen:newline,
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dplaywidget.cpp105 QPrinter thePrinter ( QPrinter::HighResolution ); in print() local
106 QPrintDialog dialog(&thePrinter, this); in print()
111 thePrinter.setFullPage ( true ); in print()
112 QPainter aPainter ( &thePrinter ); in print()
114 double pWidth(thePrinter.paperRect().width()); in print()
115 double pHeight(thePrinter.paperRect().height()); in print()
/dports/cad/opencascade/opencascade-7.6.0/src/Message/
H A DMessage_Messenger.cxx38 Message_Messenger::Message_Messenger (const Handle(Message_Printer)& thePrinter) in Message_Messenger() argument
40 AddPrinter (thePrinter); in Message_Messenger()
48 Standard_Boolean Message_Messenger::AddPrinter (const Handle(Message_Printer)& thePrinter) in AddPrinter() argument
54 if (aPrinter == thePrinter) in AddPrinter()
60 myPrinters.Append (thePrinter); in AddPrinter()
69 Standard_Boolean Message_Messenger::RemovePrinter (const Handle(Message_Printer)& thePrinter) in RemovePrinter() argument
75 if (aPrinter == thePrinter) in RemovePrinter()
H A DMessage_Messenger.hxx150 Standard_EXPORT Message_Messenger(const Handle(Message_Printer)& thePrinter);
155 Standard_EXPORT Standard_Boolean AddPrinter (const Handle(Message_Printer)& thePrinter);
160 Standard_EXPORT Standard_Boolean RemovePrinter (const Handle(Message_Printer)& thePrinter);
/dports/astro/merkaartor/merkaartor-0.19.0/src/Render/
H A DNativeRenderDialog.cpp37 thePrinter = new QPrinter(); in NativeRenderDialog()
38 thePrinter->setDocName(aDoc->title()); in NativeRenderDialog()
43 preview = new QPrintPreviewDialog( thePrinter, parent ); in NativeRenderDialog()
173 thePrinter->setResolution(userDpi); in setPrinterOptions()
192 thePrinter->setOutputFormat(QPrinter::PdfFormat); in exportPDF()
193 thePrinter->setOutputFileName(s); in exportPDF()
196 QPainter P(thePrinter); in exportPDF()
198 QRect theR = thePrinter->pageRect(); in exportPDF()
223 QRect theR = thePrinter->pageRect(); in exportRaster()
260 QRect theR = thePrinter->pageRect(); in exportSVG()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DMessage_Messenger.hxx150 Standard_EXPORT Message_Messenger(const Handle(Message_Printer)& thePrinter);
155 Standard_EXPORT Standard_Boolean AddPrinter (const Handle(Message_Printer)& thePrinter);
160 Standard_EXPORT Standard_Boolean RemovePrinter (const Handle(Message_Printer)& thePrinter);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DMessage_Messenger.hxx63 Standard_EXPORT Message_Messenger(const Handle(Message_Printer)& thePrinter);
68 Standard_EXPORT Standard_Boolean AddPrinter (const Handle(Message_Printer)& thePrinter);
73 Standard_EXPORT Standard_Boolean RemovePrinter (const Handle(Message_Printer)& thePrinter);

123