Searched refs:getDeviceColor (Results 1 – 4 of 4) sorted by relevance
55 uno::Sequence< double > ImplColor::getDeviceColor( Color::IntSRGBA aSRGBA ) const in getDeviceColor() function in cppcanvas::internal::ImplColor
53 … virtual ::com::sun::star::uno::Sequence< double > getDeviceColor( IntSRGBA aSRGBA ) const;
49 … virtual ::com::sun::star::uno::Sequence< double > getDeviceColor( IntSRGBA aSRGBA ) const = 0;
3018 getState( aStateStack ).textLineColor = pColor->getDeviceColor( 0x000000FF ); in ImplRenderer()3024 getState( aStateStack ).fillColor = pColor->getDeviceColor( *rParams.maFillColor ); in ImplRenderer()3029 getState( aStateStack ).lineColor = pColor->getDeviceColor( *rParams.maLineColor ); in ImplRenderer()3037 … getState( aStateStack ).textLineColor = pColor->getDeviceColor( *rParams.maTextColor ); in ImplRenderer()
Completed in 38 milliseconds