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

  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 179 gfx::Rect bounding_rect; local
182 bounding_rect.Union((*iter)->GetBoundsInScreen());
185 ShrinkRectToFitPreservingAspectRatio(bounding_rect, target_bounds));
187 ScopedTransformOverviewWindow::GetTransformForRect(bounding_rect,
193 transform.Translate(bounding_rect.x() - bounds.x(),
194 bounding_rect.y() - bounds.y());
196 transform.Translate(bounds.x() - bounding_rect.x(),
197 bounds.y() - bounding_rect.y());
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 454 const gfx::Rect& bounding_rect) {
456 rect.set(SkIntToScalar(bounding_rect.x()),
457 SkIntToScalar(bounding_rect.y()),
458 SkIntToScalar(bounding_rect.right()),
459 SkIntToScalar(bounding_rect.bottom()));
omnibox_popup_contents_view.h 116 // Fill a path for the contents' roundrect. |bounding_rect| is the rect that
118 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 683 const gfx::Rect& bounding_rect,
690 cache->previous_bounds == bounding_rect &&
696 cache->previous_bounds = bounding_rect;
700 DCHECK(!bounding_rect.IsEmpty());
710 gfx::Rect rect = IntersectRects(expanded_starting_rect, bounding_rect);
712 // The starting_rect and bounding_rect are far away.
718 // The starting rect already covers the entire bounding_rect and isn't too
739 { EdgeEvent::BOTTOM, &num_y_edges, rect.y() - bounding_rect.y() },
740 { EdgeEvent::TOP, &num_y_edges, bounding_rect.bottom() - rect.bottom() },
741 { EdgeEvent::LEFT, &num_x_edges, rect.x() - bounding_rect.x() }
    [all...]
picture_layer_tiling.h 256 const gfx::Rect& bounding_rect,
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1743 pp::Rect bounding_rect; local
    [all...]

Completed in 229 milliseconds