servo/components/gfx
Ms2ger ce4d442941 Move away from the repeat().take().collect() pattern.
This was the preferred pattern between the deprecation of Vec::from_elem and
the addition of the count argument to the vec![] macro.
2015-07-14 16:19:30 +02:00
..
display_list gfx: Use a pattern instead of tiling images manually. 2015-07-07 10:41:47 -07:00
platform Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
text Move away from the repeat().take().collect() pattern. 2015-07-14 16:19:30 +02:00
Cargo.toml Add servo Image type. Remove rust-png dependency from script, gfx, layout. 2015-07-07 08:45:01 +10:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs Use euclid from crates.io 2015-06-19 00:04:24 +02:00
font_cache_task.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_context.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_template.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
lib.rs Move LayerBuffer cache to the compositor 2015-07-08 08:05:11 -07:00
paint_context.rs gfx: Round out when snapping rects to the nearest pixel. 2015-07-07 15:01:17 -07:00
paint_task.rs Move LayerBuffer cache to the compositor 2015-07-08 08:05:11 -07:00