Chromium Compositor — Glossary
Key terms and concepts from the Chromium compositor (cc/) and display
Rasterization, paints, opacity, blend modes, and draw pipelines.
모든 태그 보기Key terms and concepts from the Chromium compositor (cc/) and display
The Chromium compositor (cc/) is responsible for taking painted content
Research findings from reading the Chromium source code (chromium/cc/,
How Chromium maintains smooth interaction (scroll, pinch-zoom) even when
How Chromium records, stores, and replays paint operations. The recording
Complete mechanism for how Chromium handles pinch-to-zoom: the immediate
The compositor stores layer properties (transform, effect, clip, scroll) in
A render surface is an offscreen GPU texture that a subtree is composited
Source-level analysis of how Chromium handles rendering resolution during
How Chromium handles the SVG `` element. The pattern element is a
Renderer-agnostic model for attaching glyphs (arrowheads, markers, ticks) to 2D paths using the path's local frame.
| feature id | status | description |
Hypothesis
| feature id | status | description |
Procedural fractal Perlin noise effects with SVG filter semantics
Per-side stroke widths for rectangular shapes (CSS border equivalent)
A summary of optimization techniques for achieving high-performance
How node-level opacity interacts with fill and stroke paint when they