Expand description
Common filter helper functions.
Unlike the filters defines in crate::filter_effects, the filters in this module
represent a special representation of each filter to be used as the basis for rendering in
vello_hybrid and vello_cpu.
Modules§
- drop_
shadow - The drop shadow filter.
- flood
- The flood filter.
- gaussian_
blur - The gaussian blur filter.
- offset
- The offset filter.
Structs§
- Filter
Data - Precomputed data for a filter layer.
- Filter
Layer Placement - Metadata about a filter layer and how it should be composited back into the parent layer.
Enums§
- Prepared
Filter - A filter that has been prepared for rendering.
Functions§
- transform_
offset_ 🔒params - Transform an offset’s dx/dy using the affine transformation’s linear part.