Searched refs:effective_bounds (Results 1 – 7 of 7) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/ |
H A D | window_animations.cc | 230 gfx::RectF effective_bounds(new_bounds.size()); in OnAnimationStep() local 231 new_transform.TransformRect(&effective_bounds); in OnAnimationStep() 232 effective_bounds.set_x(effective_bounds.x() + new_bounds.x()); in OnAnimationStep() 233 effective_bounds.set_y(effective_bounds.y() + new_bounds.y()); in OnAnimationStep() 236 gfx::TransformBetweenRects(old_bounds, effective_bounds); in OnAnimationStep()
|
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/ |
H A D | wiggle_data.pm | 181 my ($start,$end) = $self->effective_bounds($feature); 191 sub effective_bounds { subroutine 358 my ($start,$end) = $self->effective_bounds($feature); 446 my ($start,$end) = $self->effective_bounds($feature);
|
H A D | wiggle_box.pm | 113 my ($start,$end) = $self->effective_bounds($feature); 135 sub effective_bounds { # copied from wiggle_xyplot -- ouch! subroutine
|
H A D | vista_plot.pm | 449 my ($start,$end) = $self->effective_bounds($feature); 461 my ($start,$end) = $self->effective_bounds($feature);
|
H A D | wiggle_density.pm | 105 my ($start,$end) = $self->effective_bounds($feature); 398 my ($start,$end) = $self->effective_bounds($feature);
|
H A D | wiggle_xyplot.pm | 125 my ($start,$end) = $self->effective_bounds($feature);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/ |
H A D | overview_grid.cc | 1334 gfx::Rect effective_bounds = bounds_; in GetGridEffectiveBounds() local 1335 effective_bounds.Inset(0, in GetGridEffectiveBounds() 1339 return effective_bounds; in GetGridEffectiveBounds()
|