Searched refs:DitherType (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DHalftoneView.h18 void Preview(float gamma, float min, Halftone::DitherType ditherType,
28 void Preview(float gamma, float min, Halftone::DitherType ditherType,
H A DHalftone.h41 enum DitherType { enum in class:Halftone
67 DitherType dither_type = kTypeFloydSteinberg);
H A DJobData.h357 Halftone::DitherType GetDitherType() const;
358 void SetDitherType(Halftone::DitherType ditherType);
398 Halftone::DitherType fDitherType;
773 inline Halftone::DitherType
781 JobData::SetDitherType(Halftone::DitherType dither_type)
H A DJobSetupDlg.h146 Halftone::DitherType DitherType();
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp17 Halftone::DitherType ditherType, bool color)
194 Halftone::DitherType ditherType, bool color)
H A DJobSetupDlg.cpp68 Halftone::DitherType ditherType)
76 Halftone::DitherType fDitherType;
839 fHalftone->Preview(Gamma(), InkDensity(), DitherType(),
879 Halftone::DitherType
880 JobSetupView::DitherType() function in class:JobSetupView
885 return static_cast<Halftone::DitherType>(id);
925 fJobData->SetDitherType(DitherType());
H A DHalftone.cpp53 DitherType ditherType)
H A DJobData.cpp436 fDitherType = (Halftone::DitherType)message->FindInt32(kJDDitherType);

Completed in 154 milliseconds