Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Dmouse_cursor_event_filter.cc339 const gfx::Rect& source_bounds = in UpdateVerticalEdgeBounds() local
341 int upper_indicator_y = source_bounds.y() + snap_height; in UpdateVerticalEdgeBounds()
342 int lower_indicator_y = std::min(source_bounds.bottom(), lower_shared_y); in UpdateVerticalEdgeBounds()
/external/chromium_org/ui/base/x/
Dx11_util.cc1175 gfx::Rect source_bounds, in CopyAreaToCanvas() argument
1180 source_bounds.x(), source_bounds.y(), in CopyAreaToCanvas()
1181 source_bounds.width(), source_bounds.height(), in CopyAreaToCanvas()
Dx11_util.h243 gfx::Rect source_bounds,