servo/components/compositing
Martin Robinson ea14fca1dc Store content offset in unscaled pixels
Content offset is now stored in unscaled pixels, so that it can be
applied to tile positions during compositor rendering without unscaling
it. This means that when using it in calculations of layer size (stored
in device pixels), we need to scale it. Scene scale is now stored as a
scale rather than a transformation.

Fixes #3269.
Fixes #3042.
2014-09-16 08:57:08 -07:00
..
platform Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml Cargoify servo 2014-09-08 20:21:42 -06:00
compositor.rs Store content offset in unscaled pixels 2014-09-16 08:57:08 -07:00
compositor_data.rs Store content offset in unscaled pixels 2014-09-16 08:57:08 -07:00
compositor_task.rs Remove SetLayerClipRect and add SetLayerOrigin 2014-09-12 11:29:14 -07:00
constellation.rs Remove SetLayerClipRect and add SetLayerOrigin 2014-09-12 11:29:14 -07:00
events.rs Store content offset in unscaled pixels 2014-09-16 08:57:08 -07:00
headless.rs Remove SetLayerClipRect and add SetLayerOrigin 2014-09-12 11:29:14 -07:00
lib.rs Reinstate errors for unused variables and imports. 2014-09-13 23:38:00 -06:00
pipeline.rs Cargoify servo 2014-09-08 20:21:42 -06:00
windowing.rs Cargoify servo 2014-09-08 20:21:42 -06:00