Searched refs:nCurrDist (Results 1 – 1 of 1) sorted by relevance
715 sal_Int32 nCurrDist = lclGetColorDistance( rColor, aIt->maColor ); in GetNearestPaletteColor() local716 if( nCurrDist < nDist ) in GetNearestPaletteColor()719 nDist = nCurrDist; in GetNearestPaletteColor()736 sal_Int32 nCurrDist = lclGetColorDistance( rColor, aIt->maColor ); in GetNearPaletteColors() local737 if( nCurrDist < nDist1 ) in GetNearPaletteColors()742 nDist1 = nCurrDist; in GetNearPaletteColors()744 else if( nCurrDist < nDist2 ) in GetNearPaletteColors()747 nDist2 = nCurrDist; in GetNearPaletteColors()
Completed in 25 milliseconds