Searched defs:bounding_rect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_panels.cc185 gfx::Rect bounding_rect; local
188 bounding_rect.Union((*iter)->GetBoundsInScreen());
191 ShrinkRectToFitPreservingAspectRatio(bounding_rect, target_bounds));
193 ScopedTransformOverviewWindow::GetTransformForRect(bounding_rect,
199 transform.Translate(bounding_rect.x() - bounds.x(),
200 bounding_rect.y() - bounds.y());
202 transform.Translate(bounds.x() - bounding_rect.x(),
203 bounds.y() - bounding_rect.y());
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc463 const gfx::Rect& bounding_rect) {
465 rect.set(SkIntToScalar(bounding_rect.x()),
466 SkIntToScalar(bounding_rect.y()),
467 SkIntToScalar(bounding_rect.right()),
468 SkIntToScalar(bounding_rect.bottom()));
461 MakeContentsPath( gfx::Path* path, const gfx::Rect& bounding_rect) argument
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc832 const gfx::Rect& bounding_rect,
839 cache->previous_bounds == bounding_rect &&
845 cache->previous_bounds = bounding_rect;
849 DCHECK(!bounding_rect.IsEmpty());
859 gfx::Rect rect = IntersectRects(expanded_starting_rect, bounding_rect);
861 // The starting_rect and bounding_rect are far away.
867 // The starting rect already covers the entire bounding_rect and isn't too
888 { EdgeEvent::BOTTOM, &num_y_edges, rect.y() - bounding_rect.y() },
889 { EdgeEvent::TOP, &num_y_edges, bounding_rect.bottom() - rect.bottom() },
890 { EdgeEvent::LEFT, &num_x_edges, rect.x() - bounding_rect
829 ExpandRectEquallyToAreaBoundedBy( const gfx::Rect& starting_rect, int64 target_area, const gfx::Rect& bounding_rect, RectExpansionCache* cache) argument
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc1817 pp::Rect bounding_rect; local
1823 bounding_rect = bounding_rect.Union(rects[i]);
1824 if (!visible_rect.Contains(bounding_rect)) {
1825 pp::Point center = bounding_rect.CenterPoint();

Completed in 111 milliseconds