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

/haiku/headers/private/interface/
H A Dclipping.h132 rect_contains(const clipping_rect &rect, const clipping_rect &testRect) argument
134 return rect.top <= testRect.top && rect.bottom >= testRect.bottom
135 && rect.left <= testRect.left && rect.right >= testRect.right;

Completed in 30 milliseconds