Home
last modified time | relevance | path

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

/trunk/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx144 template<bool polarity> struct ColorTraits< Color >::blend_functor< sal_uInt8, polarity > struct in basebmp::ColorTraits
146 typedef ColorBlendFunctor8<polarity> type;
150 template<bool polarity> struct ColorTraits< Color >::blend_functor< Color, polarity > struct in basebmp::ColorTraits
152 typedef ColorBlendFunctor32<polarity> type;
H A Dcolortraits.hxx115 template< typename AlphaType, bool polarity > struct blend_functor : public struct

Completed in 20 milliseconds