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ยง

Enumsยง

Traitsยง