Searched refs:nComp2Dist (Results 1 – 1 of 1) sorted by relevance
95 sal_uInt8 nComp2Dist = ::std::min< sal_uInt8 >( nComp2, 0xFF - nComp2 ); 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 56 milliseconds