servo/components/gfx
Patrick Walton a6fcec468f layout: Remove FontStyle in favor of using the font style struct
directly, and optimize `get_layout_font_group()` to use a small vector.

Seems to be a 38% layout win on a site I tested with a lot of text.
2014-10-15 22:17:57 -07:00
..
display_list layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00
platform Remove unnecessary deref()s (fixes #3586) 2014-10-09 15:01:54 +02:00
text gfx: Fix imprecision in float_to_fixed. 2014-10-01 22:07:50 -07:00
buffer_map.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
color.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
font.rs layout: Remove FontStyle in favor of using the font style struct 2014-10-15 22:17:57 -07:00
font_cache_task.rs Add support for local font faces. Improves fonts on rust lang and guide. 2014-10-14 15:59:08 +10:00
font_context.rs layout: Remove FontStyle in favor of using the font style struct 2014-10-15 22:17:57 -07:00
font_template.rs Cargoify servo 2014-09-08 20:21:42 -06:00
lib.rs Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
render_context.rs Cargoify servo 2014-09-08 20:21:42 -06:00
render_task.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00