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

/haiku/headers/libs/agg/util/
H A Dagg_color_conv_rgb8.h143 //-------------------------------------------------color_conv_rgba32_rgb24
144 template<int I1, int I2, int I3> class color_conv_rgba32_rgb24 class in namespace:agg
165 typedef color_conv_rgba32_rgb24<1,2,3> color_conv_argb32_to_rgb24; //----color_conv_argb32_to_rgb24
166 typedef color_conv_rgba32_rgb24<3,2,1> color_conv_abgr32_to_rgb24; //----color_conv_abgr32_to_rgb24
167 typedef color_conv_rgba32_rgb24<2,1,0> color_conv_bgra32_to_rgb24; //----color_conv_bgra32_to_rgb24
168 typedef color_conv_rgba32_rgb24<0,1,2> color_conv_rgba32_to_rgb24; //----color_conv_rgba32_to_rgb24
169 typedef color_conv_rgba32_rgb24<3,2,1> color_conv_argb32_to_bgr24; //----color_conv_argb32_to_bgr24
170 typedef color_conv_rgba32_rgb24<1,2,3> color_conv_abgr32_to_bgr24; //----color_conv_abgr32_to_bgr24
171 typedef color_conv_rgba32_rgb24<0,1,2> color_conv_bgra32_to_bgr24; //----color_conv_bgra32_to_bgr24
172 typedef color_conv_rgba32_rgb24<
[all...]

Completed in 8 milliseconds