Home | History | Annotate | Download | only in compositor

Lines Matching defs:target_bounds

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;
352 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
354 target_bounds.set_x(90);
368 LayerAnimationElement::CreateBoundsElement(target_bounds, delta)));
386 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
403 gfx::Rect start_bounds, target_bounds, middle_bounds;
404 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
406 target_bounds.set_x(90);
420 LayerAnimationElement::CreateBoundsElement(target_bounds, delta)));
453 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
523 gfx::Rect start_bounds, target_bounds, middle_bounds;
524 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
526 target_bounds.set_x(90);
544 LayerAnimationElement::CreateBoundsElement(target_bounds, delta));
580 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
602 gfx::Rect start_bounds, target_bounds, middle_bounds;
603 start_bounds = target_bounds = gfx::Rect(0, 0, 50, 50);
605 target_bounds.set_x(90);
621 LayerAnimationElement::CreateBoundsElement(target_bounds, delta)));
641 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
1866 gfx::Rect target_bounds(5, 5, 5, 5);
1887 target_bounds, bounds_delta)));
1914 gfx::Rect target_bounds(5, 5, 5, 5);
1931 target_bounds, bounds_delta)));
1987 gfx::Rect target_bounds(5, 5, 5, 5);
2003 LayerAnimationElement::CreateBoundsElement(target_bounds, delta),
2014 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
2228 gfx::Rect target_bounds(10, 10, 100, 100);
2239 LayerAnimationElement::CreateBoundsElement(target_bounds, delta));
2261 gfx::Rect target_bounds(10, 10, 100, 100);
2272 LayerAnimationElement::CreateBoundsElement(target_bounds, delta));
2292 gfx::Rect target_bounds(10, 10, 100, 100);
2304 LayerAnimationElement::CreateBoundsElement(target_bounds, delta)));
2325 gfx::Rect target_bounds(10, 10, 100, 100);
2337 LayerAnimationElement::CreateBoundsElement(target_bounds, delta)));