Home
last modified time | relevance | path

Searched refs:DUPLEXMODE_BOOK (Results 1 – 12 of 12) sorted by relevance

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dljmono.cpp206 if (dupmode == DUPLEXMODE_BOOK) in StartSend()
250 sprintf (res, "\033&l%dS", (eDupMode == DUPLEXMODE_BOOK) ? 1 : 2); in StartSend()
H A Dhpijs.cpp137 if (pSS->pPC->SelectDuplexPrinting(DUPLEXMODE_BOOK) != TRUE) in hpijs_set_context()
190 if (pSS->pPC->SelectDuplexPrinting(DUPLEXMODE_BOOK) == TRUE) in hpijs_enum_cb()
764 … if ((pSS->pPC->QueryDuplexMode() == DUPLEXMODE_BOOK) && pSS->pPC->RotateImageForBackPage()) in main()
825 …if ((pSS->pPC->QueryDuplexMode() == DUPLEXMODE_BOOK) && pSS->pPC->RotateImageForBackPage() && pSS-… in main()
H A Dljcolor.cpp324 if (dupmode == DUPLEXMODE_BOOK) in StartSend()
370 sprintf (res, "\033&l%dS", (eDupMode == DUPLEXMODE_BOOK) ? 1 : 2); in StartSend()
H A Dglobal_types.h525 DUPLEXMODE_BOOK enumerator
H A Dservices.cpp126 if (!((pPC->QueryDuplexMode() == DUPLEXMODE_BOOK) && pPC->RotateImageForBackPage() && BackPage)) in ProcessRaster()
H A Dljjetready.cpp323 if (dupmode == DUPLEXMODE_BOOK) in StartSend()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DLJMono.cpp63 (m_pJA->e_duplex_mode == DUPLEXMODE_BOOK) ? "LONGEDGE" : in addJobSettings()
H A DLJColor.cpp64 (m_pJA->e_duplex_mode == DUPLEXMODE_BOOK) ? "LONGEDGE" : in addJobSettings()
H A DCommonDefinitions.h213 DUPLEXMODE_BOOK, enumerator
H A DLJJetReady.cpp60 m_pJA->e_duplex_mode == DUPLEXMODE_BOOK ? "LONGEDGE" : "SHORTEDGE"); in addJobSettings()
H A DLJZjStream.cpp253 if (m_pJA->e_duplex_mode == DUPLEXMODE_BOOK) in StartPage()
H A DHPCupsFilter.cpp312 m_JA.e_duplex_mode = (cups_header->Tumble == 0) ? DUPLEXMODE_BOOK : DUPLEXMODE_TABLET; in startPage()