servo/components/gfx
Matt Brubeck 43e12f7eba Don't create HarfBuzz shaper if it isn't used
Move the fast shaping code out of the HarfBuzz shaper, and initialize the
shaper lazily to avoid creating any HarfBuzz objects.
2016-05-23 11:46:16 -07:00
..
display_list Removed unused imports 2016-05-15 22:24:26 +03:00
platform Add a fast path for shaping ASCII text 2016-05-20 16:47:01 -07:00
text Don't create HarfBuzz shaper if it isn't used 2016-05-23 11:46:16 -07:00
Cargo.toml Update string_cache to 0.2.17 2016-05-23 09:19:14 -04:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Don't create HarfBuzz shaper if it isn't used 2016-05-23 11:46:16 -07:00
font_cache_thread.rs adding interface for custom responses 2016-05-20 12:11:56 +05:30
font_context.rs Simplify FontContext::create_layout_font. 2016-05-17 14:08:43 +02:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Add a fast path for shaping ASCII text 2016-05-20 16:47:01 -07:00
paint_context.rs Make text-align: justify incremental layout safe 2016-05-10 15:46:22 +02:00
paint_thread.rs Simplify PaintThread::create(). 2016-05-20 11:03:39 +02:00