Searched refs:aTopPos (Results 1 – 1 of 1) sorted by relevance
1305 Point aTopPos( nTmp, nTmp ); in GetBestObject() local1454 if( (bNext? (aTopPos.Y() > aCurPos.Y()) : // hoeher als Beste in GetBestObject()1455 (aTopPos.Y() < aCurPos.Y())) || // " reverse in GetBestObject()1456 (aTopPos.Y() == aCurPos.Y() && in GetBestObject()1457 (bNext? (aTopPos.X() > aCurPos.X()) : // weiter links in GetBestObject()1458 (aTopPos.X() < aCurPos.X())))) // " reverse in GetBestObject()1460 aTopPos = aCurPos; in GetBestObject()
Completed in 23 milliseconds