HomeSort by relevance Sort by last modified time
    Searched refs:target_bounds (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth.h 40 // |target_bounds|.
42 const gfx::Rect& target_bounds) = 0;
native_view_photobooth_gtk.cc 32 const gfx::Rect& target_bounds) {
native_view_photobooth_gtk.h 23 // |target_bounds|.
26 const gfx::Rect& target_bounds) OVERRIDE;
native_view_photobooth_win.cc 90 const gfx::Rect& target_bounds) {
108 BitBlt(target_dc, target_bounds.x(), target_bounds.y(),
109 target_bounds.width(), target_bounds.height(), source_dc, 0, 0,
114 target_bounds.x(), target_bounds.y(), target_bounds.width(),
115 target_bounds.height());
native_view_photobooth_win.h 41 // |target_bounds|.
44 const gfx::Rect& target_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth.h 39 // |target_bounds|.
41 const gfx::Rect& target_bounds) = 0;
native_view_photobooth_win.cc 89 const gfx::Rect& target_bounds) {
107 BitBlt(target_dc, target_bounds.x(), target_bounds.y(),
108 target_bounds.width(), target_bounds.height(), source_dc, 0, 0,
112 skia::MakeOpaque(canvas->sk_canvas(), target_bounds.x(),
113 target_bounds.y(), target_bounds.width(),
114 target_bounds.height());
native_view_photobooth_win.h 40 // |target_bounds|.
43 const gfx::Rect& target_bounds) OVERRIDE;
  /external/chromium_org/ui/base/animation/
tween.cc 82 const gfx::Rect& target_bounds) {
83 return gfx::Rect(ValueBetween(value, start_bounds.x(), target_bounds.x()),
84 ValueBetween(value, start_bounds.y(), target_bounds.y()),
86 target_bounds.width()),
88 target_bounds.height()));
tween.h 37 const gfx::Rect& target_bounds);
animation.cc 73 const gfx::Rect& target_bounds) const {
74 return Tween::ValueBetween(GetCurrentValue(), start_bounds, target_bounds);
animation.h 48 const gfx::Rect& target_bounds) const;
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 282 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
287 GetDisplayAreaMatching(target_bounds);
289 GetWorkAreaMatching(target_bounds);
308 gfx::Rect target_bounds(target_position, dragging_panel_->full_size());
313 GetWorkAreaMatching(target_bounds);
316 dock_work_area.bottom() - target_bounds.bottom() <
322 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
335 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
341 GetWorkAreaMatching(target_bounds);
344 dock_work_area.bottom() - target_bounds.bottom()
359 gfx::Rect target_bounds; local
439 gfx::Rect target_bounds = last_panel_to_unstack->GetBounds(); local
    [all...]
panel_drag_controller.h 72 // snap to or stack with. If such panel is found, |target_bounds| contains the
77 gfx::Rect* target_bounds,
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 277 TargetBounds target_bounds; local
278 CalculateTargetBounds(state_, &target_bounds);
279 GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
283 target_bounds.shelf_bounds_in_root));
286 target_bounds.launcher_bounds_in_shelf);
288 target_bounds.status_opacity);
291 gfx::Rect status_bounds = target_bounds.status_bounds_in_shelf;
293 target_bounds.shelf_bounds_in_root.x());
295 target_bounds.shelf_bounds_in_root.y());
301 root_window_, target_bounds.work_area_insets)
598 TargetBounds target_bounds; local
    [all...]
  /external/chromium_org/cc/resources/
tile_priority.cc 110 const gfx::RectF& target_bounds) {
112 if (current_bounds.x() < target_bounds.right() &&
113 current_bounds.y() < target_bounds.bottom() &&
114 target_bounds.x() < current_bounds.right() &&
115 target_bounds.y() < current_bounds.bottom())
133 target_bounds.right(), time_delta);
136 target_bounds.x(), time_delta);
139 target_bounds.bottom(), time_delta);
142 target_bounds.y(), time_delta);
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 116 gfx::Rect target_bounds(10, 10, 20, 20);
117 animator()->AnimateViewTo(child(), target_bounds); local
128 EXPECT_EQ(target_bounds, child()->bounds());
132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds),
bounds_animator.cc 63 data.target_bounds = target;
79 data_[view].target_bounds = target;
85 return data_[view].target_bounds;
236 animation->CurrentValueBetween(data.start_bounds, data.target_bounds);
bounds_animator.h 123 gfx::Rect target_bounds; member in struct:views::BoundsAnimator::Data
  /external/chromium_org/ash/wm/
window_selector.cc 186 // Applies a transform to the window to fit within |target_bounds| while
189 const gfx::Rect& target_bounds);
279 const gfx::Rect& target_bounds) {
280 fit_bounds_ = target_bounds;
283 std::min(static_cast<float>(target_bounds.width()) / bounds.width(),
284 static_cast<float>(target_bounds.height()) / bounds.height()));
287 0.5 * (target_bounds.width() - scale * bounds.width()),
288 0.5 * (target_bounds.height() - scale * bounds.height()));
289 transform.Translate(target_bounds.x() - bounds.x() + offset.x(),
290 target_bounds.y() - bounds.y() + offset.y())
    [all...]
app_list_controller.cc 260 gfx::Rect target_bounds; local
262 target_bounds = widget->GetWindowBoundsInScreen();
263 widget->SetBounds(OffsetTowardsShelf(target_bounds, widget));
265 target_bounds = OffsetTowardsShelf(widget->GetWindowBoundsInScreen(),
276 widget->SetBounds(target_bounds);
window_animations.cc 81 gfx::Rect target_bounds = GetMinimizeAnimationTargetBoundsInScreen(window); local
82 target_bounds =
83 ScreenAsh::ConvertRectFromScreen(window->parent(), target_bounds);
85 float scale_x = static_cast<float>(target_bounds.width()) / bounds.width();
86 float scale_y = static_cast<float>(target_bounds.height()) / bounds.height();
95 gfx::Point(target_bounds.x() - bounds.x(),
96 target_bounds.y() - bounds.y())));
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 197 gfx::Rect target_bounds(0, 0, 50, 50);
199 animator->SetBounds(target_bounds);
205 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
217 gfx::Rect target_bounds(0, 0, 50, 50);
219 animator->SetBounds(target_bounds);
224 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
240 gfx::Rect target_bounds(0, 0, 50, 50);
242 animator->SetBounds(target_bounds);
351 gfx::Rect start_bounds, target_bounds, middle_bounds; local
352 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50)
403 gfx::Rect start_bounds, target_bounds, middle_bounds; local
523 gfx::Rect start_bounds, target_bounds, middle_bounds; local
602 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]
  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 53 const gfx::Rect& target_bounds() const { return target_bounds_; } function in class:ash::internal::SnapSizer
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 188 gfx::Rect target_bounds(0, 0, 1920, 1080);
192 target_bounds.height()) / initial_bounds.width();
194 target_bounds.width()) / initial_bounds.height();
203 gfx::Point(target_bounds.x() - initial_bounds.x(),
204 target_bounds.y() - initial_bounds.y())));

Completed in 459 milliseconds

1 2