Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx3590 sal_uInt16 nInvParameter = ( 0x00ff - nParameter ) * 0xff; in MSO_CLR_ToColor() local
3591 …aColor.SetRed( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetRed()… in MSO_CLR_ToColor()
3592 …aColor.SetGreen( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetGre… in MSO_CLR_ToColor()
3593 …aColor.SetBlue( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetBlue… in MSO_CLR_ToColor()

Completed in 46 milliseconds