Home
last modified time | relevance | path

Searched refs:ColorType (Results 1 – 13 of 13) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Drgbmaskpixelformats.hxx68 typename ColorType,
92 typename ColorType,
98 ColorType,
103 public std::unary_function<PixelType, ColorType>
106 ColorType,
112 ColorType operator()( PixelType v ) const in operator ()()
123 ColorType res( (shiftRight(red, in operator ()()
154 typename ColorType,
160 ColorType,
168 ColorType,
[all …]
H A Dcolortraits.hxx112 template< typename ColorType > struct ColorTraits
117 IntegerBlendFunctor< ColorType, AlphaType, polarity >,
118 BlendFunctor< ColorType, AlphaType, polarity > > {};
124 typedef ColorType component_type;
127 static inline vigra::NormTraits<ColorType> distance( ColorType c1, in distance()
128 ColorType c2 ) in distance()
133 static inline component_type toGreyscale( ColorType c ) in toGreyscale()
138 static inline ColorType fromGreyscale( component_type c ) in fromGreyscale()
H A Dgreylevelformats.hxx44 typename ColorType,
46 public std::unary_function<PixelType, ColorType>
48 ColorType operator()( PixelType const& c ) const in operator ()()
50 return ColorTraits<ColorType>::fromGreyscale( in operator ()()
57 typename ColorType,
59 public std::unary_function<ColorType, PixelType>
61 PixelType operator()( ColorType const& c ) const in operator ()()
64 ColorTraits<ColorType>::toGreyscale(c)) * in operator ()()
H A Drgb24pixelformats.hxx39 template< typename PixelType, typename ColorType > struct RGBValueGetter :
40 public std::unary_function<PixelType, ColorType>
42 ColorType operator()( PixelType const& c ) const in operator ()()
44 return ColorType(c.red(),c.green(),c.blue()); 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 ()()
H A Dtruecolormaskaccessor.hxx75 typename ColorType,
83 typedef ColorType value_type;
85 typedef typename ColorTraits<ColorType>::component_type component_type;
115 ColorType, in TrueColorMaskAccessor() argument
233 typename ColorType,
239 ColorType,
247 ColorType,
255 ColorType,
H A Dpaletteformats.hxx60 template< class Accessor, typename ColorType > struct AccessorTraits<
61 PaletteImageAccessor< Accessor, ColorType > >
64 typedef typename PaletteImageAccessor< Accessor, ColorType >::value_type value_type;
67 typedef ColorLookup< PaletteImageAccessor< Accessor, ColorType > > color_lookup;
94 template< typename ColorType > struct PaletteAccessorSelector
98 typedef PaletteImageAccessor< Accessor, ColorType > type;
H A Dpaletteimageaccessor.hxx48 template< class Accessor, typename ColorType > class PaletteImageAccessor
52 typedef ColorType value_type;
72 PaletteImageAccessor( PaletteImageAccessor<A,ColorType> const& rSrc ) : in PaletteImageAccessor()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsTheme.hxx70 enum ColorType { enum in sd::slidesorter::view::Theme
85 ColorData GetColor (const ColorType eType);
86 void SetColor (const ColorType eType, const ColorData aColorData);
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx47 enum ColorType enum
125 ColorType eColorType ) in setupOutDevState()
H A Dcairo_canvashelper.hxx265 enum ColorType enum in cairocanvas::CanvasHelper
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx300 ColorData Theme::GetColor (const ColorType eType) in GetColor()
312 const ColorType eType, in SetColor()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.hxx286 enum ColorType enum in vclcanvas::CanvasHelper
294 ColorType eColorType ) const;
H A Dcanvashelper.cxx1214 ColorType eColorType ) const in setupOutDevState()

Completed in 57 milliseconds