Home
last modified time | relevance | path

Searched refs:MaskFunctorBase (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basebmp/inc/basebmp/
H A Daccessorfunctors.hxx48 template< typename T, typename M > struct MaskFunctorBase : struct
61 bool polarity > struct GenericOutputMaskFunctor : public MaskFunctorBase<T,M>
77 typename M > struct IntegerOutputMaskFunctor<T,M,true> : public MaskFunctorBase<T,M>
93 typename M > struct IntegerOutputMaskFunctor<T,M,false> : public MaskFunctorBase<T,M>
114 public MaskFunctorBase<T,M>
125 public MaskFunctorBase<T,M>
H A Dcolormisc.hxx42 template<> struct ColorBitmaskOutputMaskFunctor<true> : MaskFunctorBase<Color,sal_uInt8>
51 template<> struct ColorBitmaskOutputMaskFunctor<false> : MaskFunctorBase<Color,sal_uInt8>