servo/components/gfx
bors-servo a6cd13c890 auto merge of #3567 : mrobinson/servo/optimizer, r=zwarich
The page_rect passed to DisplayListOptimizer is relative to the
RenderLayer origin, but the display list components are relative to the
page origin. Before passing the page rect to the display list, we
translate it by the RenderLayer position.
2014-10-03 16:27:25 -06:00
..
display_list gfx: Use subpixel positioning for glyphs. 2014-10-02 08:05:24 -07:00
platform Fix linux build error. 2014-10-01 18:43:24 -04: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 Add average advance width to the font metrics structure, using the X glyph as a best guess. 2014-10-01 15:03:15 -04:00
font_cache_task.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
font_context.rs Add fixme comment for future work, make scale factor a constant. 2014-09-24 06:00:46 +10: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 Account for RenderLayer position when optimizing display list 2014-10-03 14:55:03 -07:00