servo/components/gfx
Martin Robinson d720452698 Use DisplayListSection everywhere
DisplayListSection, StackingLevel, and BackgroundAndBorderLevel all
represent pretty much the same thing, a particular section of the
display list. Instead of maintaining three enums which do the same
thing, just use DisplayListSection everywhere. It's a superset of the
other two and this change will make it easier to flatten the DisplayList
in the future for WebRender.
2016-01-08 10:19:03 -08:00
..
display_list Use DisplayListSection everywhere 2016-01-08 10:19:03 -08:00
platform Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
text
Cargo.toml
filters.rs
font.rs
font_cache_task.rs Auto merge of #9149 - adrianheine:webFonts, r=glennw 2016-01-08 04:47:55 +05:30
font_context.rs Remove the fontgroup address cache. 2016-01-06 17:06:59 -08:00
font_template.rs
lib.rs
paint_context.rs
paint_task.rs