Home
last modified time | relevance | path

Searched defs:comp_op_rgba_invert_rgb (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h1354 template<class ColorT, class Order> struct comp_op_rgba_invert_rgb struct
1356 typedef ColorT color_type;
1357 typedef Order order_type;
1358 typedef typename color_type::value_type value_type;
1359 typedef typename color_type::calc_type calc_type;
1360 typedef typename color_type::long_type long_type;
1361 enum base_scale_e
1369 static AGG_INLINE void blend_pix(value_type* p, in blend_pix()