Searched refs:bSwapAndNegateRange (Results 1 – 1 of 1) sorted by relevance
373 bool bSwapAndNegateRange = (fSourceMinimum < 0.0) && (fSourceMaximum <= 0.0); in calculateExplicitIncrementAndScaleForLogarithmic() local374 if( bSwapAndNegateRange ) in calculateExplicitIncrementAndScaleForLogarithmic()516 if( bSwapAndNegateRange ) in calculateExplicitIncrementAndScaleForLogarithmic()809 bool bSwapAndNegateRange = (fSourceMinimum < 0.0) && (fSourceMaximum <= 0.0); in calculateExplicitIncrementAndScaleForLinear() local810 if( bSwapAndNegateRange ) in calculateExplicitIncrementAndScaleForLinear()978 if( bSwapAndNegateRange ) in calculateExplicitIncrementAndScaleForLinear()
Completed in 12 milliseconds