servo/components/gfx
Pyfisch 2d74bcfea5 Introduce a dedicated data structure for text queries
Add an IndexableText structure for text queries.
Instead of linear search for a node this now uses a HashMap.
Remove the now irrelevant fields from TextDisplayItem.
2018-02-24 10:36:10 +01:00
..
display_list Introduce a dedicated data structure for text queries 2018-02-24 10:36:10 +01:00
platform Auto merge of #20021 - jonleighton:lazy-font-group, r=mbrubeck,glennw 2018-02-22 10:49:52 -05:00
tests Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
text Introduce a dedicated data structure for text queries 2018-02-24 10:36:10 +01:00
Cargo.toml Use more WebRender types in gfx 2018-01-30 11:37:20 +01:00
font.rs Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
font_cache_thread.rs Add font cache debugging to isolate cause of IPC failures in CI. 2018-02-22 11:51:03 -05:00
font_context.rs Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
font_template.rs Lazy load fonts in a FontGroup 2018-02-22 16:36:05 +01:00
lib.rs Use more WebRender types in gfx 2018-01-30 11:37:20 +01:00