Searched refs:nCurValue (Results 1 – 2 of 2) sorted by relevance
59 long nCurValue; in GetSortListPos() local61 nCurValue = rRect.Top(); in GetSortListPos()63 nCurValue = rRect.Left(); in GetSortListPos()64 if( nValue >= nPrevValue && nValue <= nCurValue ) in GetSortListPos()66 nPrevValue = nCurValue; in GetSortListPos()
3073 long nCurValue; in GetSortListPos() local3075 nCurValue = rRect.Top(); in GetSortListPos()3077 nCurValue = rRect.Left(); in GetSortListPos()3078 if( nValue >= nPrevValue && nValue <= nCurValue ) in GetSortListPos()3080 nPrevValue = nCurValue; in GetSortListPos()
Completed in 41 milliseconds