Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h1516 template<class ColorT, class Order> struct comp_op_adaptor_clip_to_dst_rgba struct
1518 typedef Order order_type;
1519 typedef ColorT color_type;
1520 typedef typename color_type::value_type value_type;
1521 enum base_scale_e
1527 static AGG_INLINE void blend_pix(unsigned op, value_type* p, in blend_pix()