Searched refs:fDitherType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp71 fDitherType(ditherType)
74 int32 ID() const { return fDitherType; }
76 Halftone::DitherType fDitherType; member in struct:DitherCap
148 fDitherType(NULL),
463 fDitherType = new BPopUpMenu("");
464 fDitherType->SetRadioMode(true);
465 FillCapabilityMenu(fDitherType, kMsgQuality, gDitherTypes,
469 fDitherType);
470 fDitherType->SetTargetForItems(this);
882 const char *label = fDitherType
[all...]
H A DJobData.cpp243 fDitherType = jobData.fDitherType;
436 fDitherType = (Halftone::DitherType)message->FindInt32(kJDDitherType);
438 fDitherType = Halftone::kTypeFloydSteinberg;
566 message->AddInt32(kJDDitherType, fDitherType);
/haiku/headers/libs/print/libprint/
H A DJobData.h398 Halftone::DitherType fDitherType; member in class:JobData
776 return fDitherType;
783 fDitherType = dither_type;
H A DJobSetupDlg.h159 BPopUpMenu* fDitherType; member in class:JobSetupView

Completed in 43 milliseconds