Searched refs:fInternalCopies (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h113 int fInternalCopies; member in class:GraphicsDriver
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp60 fInternalCopies(0),
133 fInternalCopies = fOrgJobData->GetCopies();
135 fInternalCopies = 1;
692 fInternalCopies,fRealJobData->GetNup());
694 while (fInternalCopies--) {

Completed in 102 milliseconds