servo/components/layout/display_list
Pyfisch 4b3ccc7c8c Pass Rect<Au> by value and not by reference
Style change in display_list/builder.rs to reduce
the number of & and * found in the code.
Rect<Au> are basically 4 integers so there is no
need to pass by reference.
2018-05-05 22:16:23 +02:00
..
background.rs Pass Rect<Au> by value and not by reference 2018-05-05 22:16:23 +02:00
builder.rs Pass Rect<Au> by value and not by reference 2018-05-05 22:16:23 +02:00
conversions.rs style: Rename background::RepeatKeyword and border::RepeatKeyword. 2018-02-01 15:23:41 +01:00
items.rs Place item clipping_and_scrolling inside closure 2018-04-25 13:19:46 +02:00
mod.rs Move DL items from gfx to layout 2018-04-22 13:13:45 +02:00
webrender_helpers.rs Auto merge of #20420 - pyfisch:corner-clipping, r=emilio 2018-04-29 02:30:16 -04:00