Searched refs:ditherType (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/libs/print/libprint/ |
H A D | HalftoneView.h | 18 void Preview(float gamma, float min, Halftone::DitherType ditherType, 28 void Preview(float gamma, float min, Halftone::DitherType ditherType,
|
H A D | JobData.h | 358 void SetDitherType(Halftone::DitherType ditherType);
|
/haiku/src/libs/print/libprint/ |
H A D | HalftoneView.cpp | 17 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 D | Halftone.cpp | 53 DitherType ditherType) in Halftone() argument 64 if (ditherType == kTypeFloydSteinberg) { in Halftone() 69 switch (ditherType) { in Halftone()
|
H A D | JobSetupDlg.cpp | 68 Halftone::DitherType ditherType) in DitherCap() 71 fDitherType(ditherType) in DitherCap()
|