Home
last modified time | relevance | path

Searched refs:blend_functor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx123 template< typename AlphaType, bool polarity > struct blend_functor;
144 template<bool polarity> struct ColorTraits< Color >::blend_functor< sal_uInt8, polarity > struct in basebmp::ColorTraits
150 template<bool polarity> struct ColorTraits< Color >::blend_functor< Color, polarity > struct in basebmp::ColorTraits
H A Dcolorblendaccessoradapter.hxx53 template blend_functor<alpha_type,polarity>::type maFunctor;
H A Dcolortraits.hxx115 template< typename AlphaType, bool polarity > struct blend_functor : public struct