Searched defs:blend_functor (Results 1 – 2 of 2) sorted by relevance
144 template<bool polarity> struct ColorTraits< Color >::blend_functor< sal_uInt8, polarity > struct in basebmp::ColorTraits146 typedef ColorBlendFunctor8<polarity> type;150 template<bool polarity> struct ColorTraits< Color >::blend_functor< Color, polarity > struct in basebmp::ColorTraits152 typedef ColorBlendFunctor32<polarity> type;
115 template< typename AlphaType, bool polarity > struct blend_functor : public struct
Completed in 14 milliseconds