Home
last modified time | relevance | path

Searched refs:setPrinterMediumType (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddviface.h1192 OFCondition setPrinterMediumType(const char *value);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/apps/
H A Ddcmprscu.cc359 … if (currentJob->mediumType.size() > 0) dvi.setPrinterMediumType(currentJob->mediumType.c_str()); in spoolJobList()
1084 if (opt_mediumtype) dvi.setPrinterMediumType(opt_mediumtype);
H A Ddcmpsprt.cc488 if ((opt_mediumtype)&&(EC_Normal != dvi.setPrinterMediumType(opt_mediumtype))) in main()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddviface.cc3218 OFCondition DVInterface::setPrinterMediumType(const char *value) in setPrinterMediumType() function in DVInterface