Searched refs:nNewComp (Results 1 – 1 of 1) sorted by relevance
607 sal_uInt32 nNewComp = rnComp; in RawReducePalette() local608 nNewComp /= nFactor1; in RawReducePalette()609 nNewComp *= nFactor2; in RawReducePalette()610 nNewComp /= nFactor3; in RawReducePalette()611 rnComp = static_cast< sal_uInt8 >( nNewComp ); in RawReducePalette()
Completed in 48 milliseconds