Searched refs:nComp1Dist (Results 1 – 1 of 1) sorted by relevance
94 sal_uInt8 nComp1Dist = ::std::min< sal_uInt8 >( nComp1, 0xFF - nComp1 ); in lclGetMergedColorComp() local96 if( nComp1Dist != nComp2Dist ) in lclGetMergedColorComp()100 const sal_uInt8& rnCompNearer = (nComp1Dist < nComp2Dist) ? nComp1 : nComp2; in lclGetMergedColorComp()101 sal_uInt32& rnWeight = (nComp1Dist < nComp2Dist) ? nWeight1 : nWeight2; in lclGetMergedColorComp()
Completed in 33 milliseconds