Home
last modified time | relevance | path

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 Dwindow_animations.cc230 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 Dwiggle_data.pm181 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 Dwiggle_box.pm113 my ($start,$end) = $self->effective_bounds($feature);
135 sub effective_bounds { # copied from wiggle_xyplot -- ouch! subroutine
H A Dvista_plot.pm449 my ($start,$end) = $self->effective_bounds($feature);
461 my ($start,$end) = $self->effective_bounds($feature);
H A Dwiggle_density.pm105 my ($start,$end) = $self->effective_bounds($feature);
398 my ($start,$end) = $self->effective_bounds($feature);
H A Dwiggle_xyplot.pm125 my ($start,$end) = $self->effective_bounds($feature);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_grid.cc1334 gfx::Rect effective_bounds = bounds_; in GetGridEffectiveBounds() local
1335 effective_bounds.Inset(0, in GetGridEffectiveBounds()
1339 return effective_bounds; in GetGridEffectiveBounds()