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

/haiku/headers/libs/agg/util/
H A Dagg_color_conv_rgb8.h372 //------------------------------------------------color_conv_rgba32_rgb565
373 template<int R, int G, int B> class color_conv_rgba32_rgb565 class in namespace:agg
394 typedef color_conv_rgba32_rgb565<1,2,3> color_conv_argb32_to_rgb565; //----color_conv_argb32_to_rgb565
395 typedef color_conv_rgba32_rgb565<3,2,1> color_conv_abgr32_to_rgb565; //----color_conv_abgr32_to_rgb565
396 typedef color_conv_rgba32_rgb565<2,1,0> color_conv_bgra32_to_rgb565; //----color_conv_bgra32_to_rgb565
397 typedef color_conv_rgba32_rgb565<0,1,2> color_conv_rgba32_to_rgb565; //----color_conv_rgba32_to_rgb565

Completed in 80 milliseconds