Searched refs:Gamma (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/translators/exr/
H A DEXRGamma.h11 struct Gamma struct
15 Gamma(float gamma,
H A DEXRGamma.cpp50 Gamma::Gamma(float gamma, function in class:Gamma
68 Gamma::operator() (half h)
90 // Gamma
H A DEXRTranslator.cpp168 rGamma (Gamma (_gamma,
177 gGamma (Gamma (_gamma,
186 bGamma (Gamma (_gamma,
/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h116 template<class Gamma> class blender_rgb555_gamma
123 typedef Gamma gamma_type;
158 const Gamma* m_gamma;
243 template<class Gamma> class blender_rgb565_gamma
250 typedef Gamma gamma_type;
283 const Gamma* m_gamma;
371 template<class Gamma> class blender_rgbAAA_gamma
378 typedef Gamma gamma_type;
412 const Gamma* m_gamma;
499 template<class Gamma> clas
[all...]
H A Dagg_pixfmt_rgb.h136 template<class ColorT, class Order, class Gamma> class blender_rgb_gamma
141 typedef Gamma gamma_type;
741 template<class Gamma> class pixfmt_rgb24_gamma :
742 public pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba8, order_rgb, Gamma>, rendering_buffer>
745 pixfmt_rgb24_gamma(rendering_buffer& rb, const Gamma& g) :
746 pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba8, order_rgb, Gamma>, rendering_buffer>(rb)
753 template<class Gamma> class pixfmt_bgr24_gamma :
754 public pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba8, order_bgr, Gamma>, rendering_buffer>
757 pixfmt_bgr24_gamma(rendering_buffer& rb, const Gamma& g) :
758 pixfmt_alpha_blend_rgb<blender_rgb_gamma<rgba8, order_bgr, Gamma>, rendering_buffe
[all...]
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h147 float Gamma();
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp485 fGamma = new JSDSlider("gamma", "Gamma", new BMessage(kMsgQuality),
839 fHalftone->Preview(Gamma(), InkDensity(), DitherType(),
889 JobSetupView::Gamma() function in class:JobSetupView
923 fJobData->SetGamma(Gamma());

Completed in 100 milliseconds