Expand description
Generating and processing wide tiles.
Structsยง
- Bbox ๐
- A bounding box
- Clip ๐
- A clip region.
- CmdAlpha
Fill - Fill a consecutive region of a wide tile with an alpha mask.
- CmdClip
Alpha Fill - Same as strip, but composites top of clip stack to next on stack.
- CmdClip
Fill - 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.
- Wide
Tile - 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 tovello_cpu
.- MODE_
HYBRID MODE_HYBRID
allows compile time optimizations to be applied to wide tile draw command generation specific forvello_hybrid
.
Traitsยง
- Blend
Mode ๐Ext