Searched defs:comp_op_adaptor_rgba (Results 1 – 1 of 1) sorted by relevance
1491 template<class ColorT, class Order> struct comp_op_adaptor_rgba struct1493 typedef Order order_type;1494 typedef ColorT color_type;1495 typedef typename color_type::value_type value_type;1496 enum base_scale_e1502 static AGG_INLINE void blend_pix(unsigned op, value_type* p, in blend_pix()