Searched refs:bounding_rect (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ash/wm/overview/ |
D | window_selector_panels.cc | 161 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/ |
D | omnibox_popup_contents_view.cc | 458 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()
|
D | omnibox_popup_contents_view.h | 117 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
|
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling.cc | 691 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()
|
D | picture_layer_tiling.h | 184 gfx::Rect bounding_rect,
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_popup_contents_view.cc | 567 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()
|
D | autocomplete_popup_contents_view.h | 124 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_actions_toolbar_gtk.cc | 308 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local 309 action->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()
|
D | location_bar_view_gtk.cc | 1640 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local 1641 page_action_->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()
|