Searched refs:goalRect (Results 1 – 2 of 2) sorted by relevance
412 ZippoWindow::_NearestRect(BRect goalRect, BRect a, BRect b) in _NearestRect() argument414 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()
46 BRect _NearestRect(BRect goalRect, BRect a, BRect b);