Home
last modified time | relevance | path

Searched refs:nInvParameter (Results 1 – 1 of 1) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3609 sal_uInt16 nInvParameter = ( 0x00ff - nParameter ) * 0xff; in MSO_CLR_ToColor() local
3610 …aColor.SetRed( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetRed()… in MSO_CLR_ToColor()
3611 …aColor.SetGreen( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetGre… in MSO_CLR_ToColor()
3612 …aColor.SetBlue( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetBlue… in MSO_CLR_ToColor()

Completed in 46 milliseconds