Searched refs:component_type (Results 1 – 5 of 5) sorted by relevance
77 typedef typename ColorTraits<ColorType>::component_type component_type; typedef125 (signed)sizeof(typename base_type::component_type)+ in operator ()()129 (signed)sizeof(typename base_type::component_type)+ in operator ()()134 (signed)sizeof(typename base_type::component_type)+ in operator ()()138 (signed)sizeof(typename base_type::component_type)+ in operator ()()143 (signed)sizeof(typename base_type::component_type)+ in operator ()()147 (signed)sizeof(typename base_type::component_type)+ in operator ()()183 (signed)sizeof(typename base_type::component_type)+ in operator ()()187 (signed)sizeof(typename base_type::component_type)+ in operator ()()191 (signed)sizeof(typename base_type::component_type)+ in operator ()()
85 typedef typename ColorTraits<ColorType>::component_type component_type; typedef in basebmp::TrueColorMaskAccessor143 red_shift-8*sizeof(component_type)+red_bits)) | in toValue()145 red_shift-8*sizeof(component_type)+2*red_bits)), in toValue()148 green_shift-8*sizeof(component_type)+green_bits)) | in toValue()150 green_shift-8*sizeof(component_type)+2*green_bits)), in toValue()153 blue_shift-8*sizeof(component_type)+blue_bits)) | in toValue()155 blue_shift-8*sizeof(component_type)+2*blue_bits)) ); in toValue()167 red_shift-8*sizeof(component_type)+red_bits) & RedMask) | in toPacked()169 green_shift-8*sizeof(component_type)+green_bits) & GreenMask) | in toPacked()171 blue_shift-8*sizeof(component_type)+blue_bits) & BlueMask) ); in toPacked()
124 typedef ColorType component_type; typedef133 static inline component_type toGreyscale( ColorType c ) in toGreyscale()138 static inline ColorType fromGreyscale( component_type c ) in fromGreyscale()
120 typedef sal_uInt8 component_type; typedef132 static inline component_type toGreyscale( const Color& c ) in toGreyscale()137 static inline Color fromGreyscale( component_type c ) in fromGreyscale()
40 typedef sal_uInt8 component_type; typedef in basebmp::Color
Completed in 20 milliseconds