Searched refs:fSourceValue (Results 1 – 1 of 1) sorted by relevance
625 double fSourceValue = pItemData->GetValue(); in FillColumnEntries() local628 fSourceMin = fSourceMax = fSourceValue; in FillColumnEntries()633 if ( fSourceValue < fSourceMin ) in FillColumnEntries()634 fSourceMin = fSourceValue; in FillColumnEntries()635 if ( fSourceValue > fSourceMax ) in FillColumnEntries()636 fSourceMax = fSourceValue; in FillColumnEntries()955 fSourceMin = fSourceMax = fSourceValue; in GetNumEntries()960 if ( fSourceValue < fSourceMin ) in GetNumEntries()961 fSourceMin = fSourceValue; in GetNumEntries()962 if ( fSourceValue > fSourceMax ) in GetNumEntries()[all …]
Completed in 34 milliseconds