Searched refs:gamma_type (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h123 typedef Gamma gamma_type; typedef in class:agg::blender_rgb555_gamma
126 void gamma(const gamma_type& g) { m_gamma = &g; }
250 typedef Gamma gamma_type; typedef in class:agg::blender_rgb565_gamma
253 void gamma(const gamma_type& g) { m_gamma = &g; }
378 typedef Gamma gamma_type; typedef in class:agg::blender_rgbAAA_gamma
381 void gamma(const gamma_type& g) { m_gamma = &g; }
506 typedef Gamma gamma_type; typedef in class:agg::blender_bgrAAA_gamma
509 void gamma(const gamma_type& g) { m_gamma = &g; }
631 typedef Gamma gamma_type; typedef in class:agg::blender_rgbBBA_gamma
634 void gamma(const gamma_type
753 typedef Gamma gamma_type; typedef in class:agg::blender_bgrABB_gamma
[all...]
H A Dagg_pixfmt_rgb.h141 typedef Gamma gamma_type; typedef in class:agg::blender_rgb_gamma
148 void gamma(const gamma_type& g) { m_gamma = &g; }
165 const gamma_type* m_gamma;

Completed in 29 milliseconds