HomeSort by relevance Sort by last modified time
    Searched full:bounding_rect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 185 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/cc/resources/
picture_layer_tiling.cc 832 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.x() }
    [all...]
picture_layer_tiling.h 281 const gfx::Rect& bounding_rect,
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 121 // Fill a path for the contents' roundrect. |bounding_rect| is the rect that
123 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
omnibox_popup_contents_view.cc 463 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()));
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1817 pp::Rect bounding_rect; local
    [all...]

Completed in 447 milliseconds