Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h37 template<class ColorT, class Order> struct multiplier_rgba struct
39 typedef typename ColorT::value_type value_type;
40 typedef typename ColorT::calc_type calc_type;
43 static AGG_INLINE void premultiply(value_type* p) in premultiply()
61 static AGG_INLINE void demultiply(value_type* p) in demultiply()