Searched refs:aCurrentBottomLeft (Results 1 – 1 of 1) sorted by relevance
328 Point aCurrentBottomLeft( LONG_MAX, 0 ); in GetTblSel() local404 if ( aBottomLeft.Y() > aCurrentBottomLeft.Y() || in GetTblSel()405 ( aBottomLeft.Y() == aCurrentBottomLeft.Y() && in GetTblSel()406 aBottomLeft.X() < aCurrentBottomLeft.X() ) ) in GetTblSel()408 aCurrentBottomLeft = aBottomLeft; in GetTblSel()
Completed in 18 milliseconds