Home
last modified time | relevance | path

Searched refs:goalRect (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp412 ZippoWindow::_NearestRect(BRect goalRect, BRect a, BRect b) in _NearestRect() argument
414 double aSum = fabs(goalRect.left - a.left) + fabs(goalRect.top - a.top); in _NearestRect()
415 double bSum = fabs(goalRect.left - b.left) + fabs(goalRect.top - b.top); in _NearestRect()
H A DZipOMaticWindow.h46 BRect _NearestRect(BRect goalRect, BRect a, BRect b);