Home
last modified time | relevance | path

Searched refs:kPOVList_DitherMethod_Bayer4x4 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpovmsgid.h816 kPOVList_DitherMethod_Bayer4x4, enumerator
/dports/graphics/povray37/povray-3.7.0.10/source/base/image/
H A Dencoding.cpp253 case kPOVList_DitherMethod_Bayer4x4: return DitherHandlerPtr(new BayerDither(4)); in GetDitherHandler()
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Dprocessrenderoptions.cpp1104 { "B4", kPOVList_DitherMethod_Bayer4x4 },
H A Drenderfrontend.cpp1112 case kPOVList_DitherMethod_Bayer4x4: t = "4x4 Bayer pattern"; break; in OutputOptions()