Searched refs:ColorBitmaskOutputMaskFunctor (Results 1 – 1 of 1) sorted by relevance
41 template< bool polarity > struct ColorBitmaskOutputMaskFunctor;42 template<> struct ColorBitmaskOutputMaskFunctor<true> : MaskFunctorBase<Color,sal_uInt8> struct51 template<> struct ColorBitmaskOutputMaskFunctor<false> : MaskFunctorBase<Color,sal_uInt8> struct64 typedef ColorBitmaskOutputMaskFunctor<polarity> type;
Completed in 10 milliseconds