HomeSort by relevance Sort by last modified time
    Searched refs:shape_rects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 162 XRectangle* shape_rects = XShapeGetRectangles(gfx::GetXDisplay(), local
171 shape_rects[i].x,
172 shape_rects[i].y,
173 shape_rects[i].width,
174 shape_rects[i].height));
176 XFree(shape_rects);
181 bool ShapeRectContainsPoint(const std::vector<gfx::Rect>& shape_rects,
185 for (size_t i = 0; i < shape_rects.size(); ++i) {
186 if (shape_rects[i].Contains(point))
231 std::vector<gfx::Rect> shape_rects = GetShapeRects(xid1) local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 687 XRectangle* shape_rects = XShapeGetRectangles(gfx::GetXDisplay(), local
692 if (!shape_rects) {
702 gfx::Rect(shape_rects[i].x + window_rect.x(),
703 shape_rects[i].y + window_rect.y(),
704 shape_rects[i].width, shape_rects[i].height);
710 XFree(shape_rects);
    [all...]

Completed in 894 milliseconds