Searched refs:PixelType (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | rgbmaskpixelformats.hxx | 67 template< typename PixelType, 91 template< typename PixelType, 97 public RGBMaskFunctorBase<PixelType, 103 public std::unary_function<PixelType, ColorType> 105 typedef RGBMaskFunctorBase<PixelType, 112 ColorType operator()( PixelType v ) const in operator ()() 153 template< typename PixelType, 159 public RGBMaskFunctorBase<PixelType, 167 typedef RGBMaskFunctorBase<PixelType, 174 PixelType operator()( ColorType const& c ) const in operator ()() [all …]
|
H A D | greylevelformats.hxx | 43 template< typename PixelType, 46 public std::unary_function<PixelType, ColorType> 48 ColorType operator()( PixelType const& c ) const in operator ()() 51 vigra::NumericTraits<PixelType>::toPromote(c) * in operator ()() 52 vigra::NumericTraits<PixelType>::maxConst / UsedRange ); in operator ()() 56 template< typename PixelType, 59 public std::unary_function<ColorType, PixelType> 61 PixelType operator()( ColorType const& c ) const in operator ()() 63 return vigra::NumericTraits<PixelType>::toPromote( in operator ()() 66 vigra::NumericTraits<PixelType>::maxConst; in operator ()()
|
H A D | rgb24pixelformats.hxx | 39 template< typename PixelType, typename ColorType > struct RGBValueGetter : 40 public std::unary_function<PixelType, ColorType> 42 ColorType operator()( PixelType const& c ) const in operator ()() 48 template< typename PixelType, typename ColorType > struct RGBValueSetter : 49 public std::unary_function<ColorType, PixelType> 51 PixelType operator()( ColorType const& c ) const in operator ()() 53 PixelType res; in operator ()() 63 template< typename PixelType > struct PixelFormatTraitsTemplate_RGBValue 65 typedef PixelType pixel_type;
|
/aoo41x/main/twain/inc/ |
H A D | twain.h | 428 TW_INT16 PixelType; /* How to interp data; photo interp (TWPT_) */ member
|
Completed in 33 milliseconds