Module layout_2013::display_list
source ยท Modulesยง
- background ๐
- border ๐
- builder ๐Builds display lists from flows and fragments.
- conversions ๐
- gradient ๐
- Servo heavily uses display lists, which are retained-mode lists of painting commands to perform. Using a list instead of painting elements in immediate mode allows transforms, hit testing, and invalidation to be performed using the same primitives as painting. It also allows Servo to aggressively cull invisible and out-of-bounds painting elements, to reduce overdraw.
- webrender_helpers ๐
Structsยง
- A unique ID for every stacking context.
Enumsยง
- Describes how to paint the borders.