Versions in this module Expand all Collapse all v0 v0.8.0 Dec 28, 2024 Changes in this version + func Defer(o *Ops, c CallOp) + type CallOp struct + func (c CallOp) Add(o *Ops) + type InvalidateCmd struct + At time.Time + func (InvalidateCmd) ImplementsCommand() + type MacroOp struct + func Record(o *Ops) MacroOp + func (m MacroOp) Stop() CallOp + type Ops struct + Internal ops.Ops + func (o *Ops) Reset() + type TransformOp struct + func Affine(a f32.Affine2D) TransformOp + func Offset(off image.Point) TransformOp + func (t TransformOp) Add(o *Ops) + func (t TransformOp) Push(o *Ops) TransformStack + type TransformStack struct + func (t TransformStack) Pop()