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

  /external/chromium_org/ui/views/controls/
scroll_view.cc 489 const gfx::Rect vis_rect = GetVisibleRect(); local
490 if (vis_rect.Contains(gfx::Rect(x, y, max_x - x, max_y - y)))
501 (vis_rect.x() > x) ? x : std::max(0, max_x - contents_viewport_->width());
503 (vis_rect.y() > y) ? y : std::max(0, max_y -
  /external/chromium_org/ui/views/controls/table/
table_view.cc 782 gfx::Rect vis_rect(GetVisibleBounds());
787 vis_rect.set_y(start_y);
788 vis_rect.set_height(end_y - start_y);
789 ScrollRectToVisible(vis_rect);
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 209 gfx::Rect vis_rect = submenu_->GetVisibleBounds(); local
213 vis_rect.set_y(is_scrolling_up_ ?
215 std::min(submenu_->height() - vis_rect.height(), start_y_ + delta_y));
216 submenu_->ScrollRectToVisible(vis_rect);
1392 gfx::Rect vis_rect = submenu->GetVisibleBounds(); local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 592 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
606 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top;
607 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom;
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 781 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
795 vis.lt[0] = vis_rect.left; vis.lt[1] = vis_rect.top;
796 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom;
    [all...]

Completed in 251 milliseconds