Module coarse

Source
Expand description

Generating and processing wide tiles.

Structsยง

Bbox ๐Ÿ”’
A bounding box
Clip ๐Ÿ”’
A clip region.
CmdAlphaFill
Fill a consecutive region of a wide tile with an alpha mask.
CmdClipAlphaFill
Same as strip, but composites top of clip stack to next on stack.
CmdClipFill
Same as fill, but copies top of clip stack to next on stack.
CmdFill
Fill a consecutive region of a wide tile.
Layer ๐Ÿ”’
Wide
A container for wide tiles.
WideTile
A wide tile.

Enumsยง

Cmd
A drawing command.

Constantsยง

MODE_CPU
MODE_CPU allows compile time optimizations to be applied to wide tile draw command generation specific to vello_cpu.
MODE_HYBRID
MODE_HYBRID allows compile time optimizations to be applied to wide tile draw command generation specific for vello_hybrid.

Traitsยง

BlendModeExt ๐Ÿ”’