Home
last modified time | relevance | path

Searched refs:_duplex (Results 1 – 25 of 36) sorted by relevance

12

/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1/src/
H A Dprinter.cpp98 _duplex = 0x0100; in Printer()
206 _duplex = 0; in Printer()
208 _duplex = 0x0101; in Printer()
210 _duplex = 0x0001; in Printer()
212 _duplex = 0x0100; in Printer()
216 _duplex = 0; in Printer()
218 _duplex = 0x0101; in Printer()
220 _duplex = 0x0001; in Printer()
222 _duplex = 0x0100; in Printer()
322 if (_duplex == 0) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1-1/src/
H A Dprinter.cpp98 _duplex = 0x0100; in Printer()
206 _duplex = 0; in Printer()
208 _duplex = 0x0101; in Printer()
210 _duplex = 0x0001; in Printer()
212 _duplex = 0x0100; in Printer()
216 _duplex = 0; in Printer()
218 _duplex = 0x0101; in Printer()
220 _duplex = 0x0001; in Printer()
222 _duplex = 0x0100; in Printer()
322 if (_duplex == 0) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.2/src/
H A Dprinter.cpp98 _duplex = 0x0100; in Printer()
206 _duplex = 0; in Printer()
208 _duplex = 0x0101; in Printer()
210 _duplex = 0x0001; in Printer()
212 _duplex = 0x0100; in Printer()
216 _duplex = 0; in Printer()
218 _duplex = 0x0101; in Printer()
220 _duplex = 0x0001; in Printer()
222 _duplex = 0x0100; in Printer()
322 if (_duplex == 0) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-1.0/src/
H A Dprinter.cpp98 _duplex = 0x3; in Printer()
209 _duplex = 0x3; in Printer()
211 _duplex = 0x1; in Printer()
213 _duplex = 0x2; in Printer()
215 _duplex = 0x3; in Printer()
219 _duplex = 0x3; in Printer()
221 _duplex = 0x1; in Printer()
223 _duplex = 0x2; in Printer()
225 _duplex = 0x3; in Printer()
324 if (_duplex == 0x3) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.0/src/
H A Dprinter.cpp98 _duplex = 0x3; in Printer()
209 _duplex = 0x3; in Printer()
211 _duplex = 0x1; in Printer()
213 _duplex = 0x2; in Printer()
215 _duplex = 0x3; in Printer()
219 _duplex = 0x3; in Printer()
221 _duplex = 0x1; in Printer()
223 _duplex = 0x2; in Printer()
225 _duplex = 0x3; in Printer()
324 if (_duplex == 0x3) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.1/src/
H A Dprinter.cpp98 _duplex = 0x3; in Printer()
209 _duplex = 0x3; in Printer()
211 _duplex = 0x1; in Printer()
213 _duplex = 0x2; in Printer()
215 _duplex = 0x3; in Printer()
219 _duplex = 0x3; in Printer()
221 _duplex = 0x1; in Printer()
223 _duplex = 0x2; in Printer()
225 _duplex = 0x3; in Printer()
324 if (_duplex == 0x3) in newJob()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/include/
H A Drequest.h65 Duplex _duplex; variable
98 void setDuplex (Duplex duplex) {_duplex = duplex;} in setDuplex()
111 Duplex duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/include/
H A Drequest.h65 Duplex _duplex; variable
98 void setDuplex (Duplex duplex) {_duplex = duplex;} in setDuplex()
111 Duplex duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/include/
H A Drequest.h65 Duplex _duplex; variable
98 void setDuplex (Duplex duplex) {_duplex = duplex;} in setDuplex()
111 Duplex duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/src/
H A Drequest.cpp67 _duplex = manualDuplex ? ManualLongEdge : LongEdge; in loadRequest()
69 _duplex = manualDuplex ? ManualShortEdge : ShortEdge; in loadRequest()
71 _duplex = Simplex; in loadRequest()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/src/
H A Drequest.cpp67 _duplex = manualDuplex ? ManualLongEdge : LongEdge; in loadRequest()
69 _duplex = manualDuplex ? ManualShortEdge : ShortEdge; in loadRequest()
71 _duplex = Simplex; in loadRequest()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-0.0/include/
H A Dprinter.h36 unsigned short _duplex; variable
91 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-0.0.2/include/
H A Dprinter.h36 unsigned short _duplex; variable
91 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1-1/include/
H A Dprinter.h39 unsigned short _duplex; variable
109 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.1/include/
H A Dprinter.h39 unsigned short _duplex; variable
109 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.0.2/include/
H A Dprinter.h39 unsigned short _duplex; variable
109 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-1.0/include/
H A Dprinter.h39 unsigned char _duplex; variable
110 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.1/include/
H A Dprinter.h39 unsigned char _duplex; variable
110 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-1.1.0/include/
H A Dprinter.h39 unsigned char _duplex; variable
110 unsigned short duplex() const {return _duplex;} in duplex()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/src/
H A Drequest.cpp59 _duplex = ManualLongEdge; in loadRequest()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-0.0/src/
H A Dprinter.cpp192 _duplex = 0x0100; in Printer()
222 _duplex = 0x0100; in Printer()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-0.0.2/src/
H A Dprinter.cpp192 _duplex = 0x0100; in Printer()
222 _duplex = 0x0100; in Printer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Printing/
H A DPrinterSettings.Windows.cs40 private Duplex _duplex = System.Drawing.Printing.Duplex.Default; field in System.Drawing.Printing.PrinterSettings
134 if (_duplex != Duplex.Default)
136 return _duplex;
148 _duplex = value;
921 if (unchecked((int)_duplex) != -1) in GetHdevmodeInternal()
922 mode.dmDuplex = unchecked((short)_duplex); in GetHdevmodeInternal()
1238 _duplex = (Duplex)mode.dmDuplex; in SetHdevmode()
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-1.0/tools/
H A Dqpdl.h48 quint8 _duplex; variable
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/tools/
H A Dqpdl.h48 quint8 _duplex; variable

12