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

/haiku/headers/libs/agg/util/
H A Dagg_color_conv_rgb8.h312 //------------------------------------------------color_conv_rgba32_rgb555
313 template<int R, int G, int B, int A> class color_conv_rgba32_rgb555 class in namespace:agg
335 typedef color_conv_rgba32_rgb555<1,2,3,0> color_conv_argb32_to_rgb555; //----color_conv_argb32_to_rgb555
336 typedef color_conv_rgba32_rgb555<3,2,1,0> color_conv_abgr32_to_rgb555; //----color_conv_abgr32_to_rgb555
337 typedef color_conv_rgba32_rgb555<2,1,0,3> color_conv_bgra32_to_rgb555; //----color_conv_bgra32_to_rgb555
338 typedef color_conv_rgba32_rgb555<0,1,2,3> color_conv_rgba32_to_rgb555; //----color_conv_rgba32_to_rgb555

Completed in 80 milliseconds