Searched refs:input_rects (Results 1 – 1 of 1) sorted by relevance
660 XRectangle* input_rects = XShapeGetRectangles( in WindowContainsPoint() local662 if (!input_rects) in WindowContainsPoint()669 gfx::Rect(input_rects[i].x + window_rect.x(), in WindowContainsPoint()670 input_rects[i].y + window_rect.y(), in WindowContainsPoint()671 input_rects[i].width, input_rects[i].height); in WindowContainsPoint()677 XFree(input_rects); in WindowContainsPoint()