Name

drm_rect_visible — determine if the the rectangle is visible

Synopsis

bool drm_rect_visible (const struct drm_rect * r);
 

Arguments

r

rectangle whose visibility is returned

RETURNS

true if the rectangle is visible, false otherwise.