Searched refs:kMaxMatchingDistance (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/servers/app/stackandtile/
H A DTiling.cpp155 const float kMaxMatchingDistance = 12.f; variable
223 if (windowAtH && fabs(hDistance) < kMaxMatchingDistance
224 && vDistance < kMaxMatchingDistance)
227 if (windowAtV && fabs(vDistance) < kMaxMatchingDistance
228 && hDistance < kMaxMatchingDistance)
388 < 2 * kMaxMatchingDistance)
392 < 2 * kMaxMatchingDistance)
424 if (freeArea.bottom - kMaxMatchingDistance > frame.top
425 && freeArea.right - kMaxMatchingDistance > frame.left)
429 if (freeArea.bottom - kMaxMatchingDistance > fram
[all...]

Completed in 32 milliseconds