Home
last modified time | relevance | path

Searched refs:input_rects (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util.cc660 XRectangle* input_rects = XShapeGetRectangles( in WindowContainsPoint() local
662 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()