Home
last modified time | relevance | path

Searched refs:ditherType (Results 1 – 5 of 5) 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 DJobData.h358 void SetDitherType(Halftone::DitherType ditherType);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp17 Halftone::DitherType ditherType, bool color) in Preview() argument
71 Halftone halftone(kColorSpace, gamma, min, ditherType); in Preview()
193 Halftone::DitherType ditherType, bool color) in Preview() argument
195 fPreview->Preview(gamma, min, ditherType, color); in Preview()
H A DHalftone.cpp53 DitherType ditherType) in Halftone() argument
64 if (ditherType == kTypeFloydSteinberg) { in Halftone()
69 switch (ditherType) { in Halftone()
H A DJobSetupDlg.cpp68 Halftone::DitherType ditherType) in DitherCap()
71 fDitherType(ditherType) in DitherCap()