# Functions
Affine creates a TransformOp representing the transformation a.
Defer executes c after all other operations have completed, including previously deferred operations.
Offset creates a TransformOp with the offset o.
Record a macro of operations.
Save the current operations state.
# Structs
CallOp invokes the operations recorded by Record.
InvalidateOp requests a redraw at the given time.
MacroOp records a list of operations for later use.
Ops holds a list of operations.
StateOp represents a saved operation snapshop to be restored later.
TransformOp applies a transform to the current transform.