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

/haiku/src/apps/showimage/
H A DFilter.h166 bool dither);
173 bool Matches(BRect rect, bool dither) const;
H A DFilter.cpp273 bool dither)
278 fDither(dither)
326 Scaler::Matches(BRect rect, bool dither) const
330 && fDither == dither;
272 Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what, bool dither) argument
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h53 status_t nv_dac_dither(bool dither);
H A Dnv_dac.c107 status_t nv_dac_dither(bool dither) argument
112 if (dither) {

Completed in 54 milliseconds