Searched defs:fixed_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_layer_impl_fixed_bounds.cc61 void WebLayerImplFixedBounds::SetFixedBounds(gfx::Size fixed_bounds) { argument
62 if (fixed_bounds_ != fixed_bounds) {
63 fixed_bounds_ = fixed_bounds;
90 // Apply bounds scale (bounds/fixed_bounds) over original transform.
H A Dweb_layer_impl_fixed_bounds_unittest.cc41 const gfx::Size& fixed_bounds) {
43 layer->SetFixedBounds(fixed_bounds);
46 EXPECT_EQ(fixed_bounds, layer->layer()->bounds());
52 original_point.x() * bounds.width / fixed_bounds.width(),
53 original_point.y() * bounds.height / fixed_bounds.height(),
64 // Change fixed_bounds.
88 gfx::Size fixed_bounds(160, 70);
95 fixed_bounds_layer->SetFixedBounds(fixed_bounds);
127 gfx::Size(fixed_bounds.width() / 2, fixed_bounds
39 CheckBoundsScaleSimple(WebLayerImplFixedBounds* layer, const WebSize& bounds, const gfx::Size& fixed_bounds) argument
[all...]

Completed in 97 milliseconds