Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/overview/
Dwindow_selector_panels.cc161 gfx::Rect bounding_rect; in SetItemBounds() local
164 bounding_rect.Union((*iter)->GetBoundsInScreen()); in SetItemBounds()
167 ShrinkRectToFitPreservingAspectRatio(bounding_rect, target_bounds)); in SetItemBounds()
169 ScopedTransformOverviewWindow::GetTransformForRect(bounding_rect, in SetItemBounds()
175 transform.Translate(bounding_rect.x() - bounds.x(), in SetItemBounds()
176 bounding_rect.y() - bounds.y()); in SetItemBounds()
178 transform.Translate(bounds.x() - bounding_rect.x(), in SetItemBounds()
179 bounds.y() - bounding_rect.y()); in SetItemBounds()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc458 const gfx::Rect& bounding_rect) { in MakeContentsPath() argument
460 rect.set(SkIntToScalar(bounding_rect.x()), in MakeContentsPath()
461 SkIntToScalar(bounding_rect.y()), in MakeContentsPath()
462 SkIntToScalar(bounding_rect.right()), in MakeContentsPath()
463 SkIntToScalar(bounding_rect.bottom())); in MakeContentsPath()
Domnibox_popup_contents_view.h117 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
/external/chromium_org/cc/resources/
Dpicture_layer_tiling.cc691 gfx::Rect bounding_rect, in ExpandRectEquallyToAreaBoundedBy() argument
698 cache->previous_bounds == bounding_rect && in ExpandRectEquallyToAreaBoundedBy()
704 cache->previous_bounds = bounding_rect; in ExpandRectEquallyToAreaBoundedBy()
708 DCHECK(!bounding_rect.IsEmpty()); in ExpandRectEquallyToAreaBoundedBy()
718 gfx::Rect rect = IntersectRects(expanded_starting_rect, bounding_rect); in ExpandRectEquallyToAreaBoundedBy()
747 { EdgeEvent::BOTTOM, &num_y_edges, rect.y() - bounding_rect.y() }, in ExpandRectEquallyToAreaBoundedBy()
748 { EdgeEvent::TOP, &num_y_edges, bounding_rect.bottom() - rect.bottom() }, in ExpandRectEquallyToAreaBoundedBy()
749 { EdgeEvent::LEFT, &num_x_edges, rect.x() - bounding_rect.x() }, in ExpandRectEquallyToAreaBoundedBy()
750 { EdgeEvent::RIGHT, &num_x_edges, bounding_rect.right() - rect.right() } in ExpandRectEquallyToAreaBoundedBy()
Dpicture_layer_tiling.h184 gfx::Rect bounding_rect,
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc567 const gfx::Rect& bounding_rect) { in MakeContentsPath() argument
569 rect.set(SkIntToScalar(bounding_rect.x()), in MakeContentsPath()
570 SkIntToScalar(bounding_rect.y()), in MakeContentsPath()
571 SkIntToScalar(bounding_rect.right()), in MakeContentsPath()
572 SkIntToScalar(bounding_rect.bottom())); in MakeContentsPath()
Dautocomplete_popup_contents_view.h124 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc308 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local
309 action->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()
Dlocation_bar_view_gtk.cc1640 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local
1641 page_action_->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()