Searched refs:blend_functor (Results 1 – 3 of 3) sorted by relevance
123 template< typename AlphaType, bool polarity > struct blend_functor;144 template<bool polarity> struct ColorTraits< Color >::blend_functor< sal_uInt8, polarity > struct in basebmp::ColorTraits150 template<bool polarity> struct ColorTraits< Color >::blend_functor< Color, polarity > struct in basebmp::ColorTraits
53 template blend_functor<alpha_type,polarity>::type maFunctor;
115 template< typename AlphaType, bool polarity > struct blend_functor : public struct