Versions in this module Expand all Collapse all v0 v0.0.6 May 16, 2021 Changes in this version + func Defer(o *Ops, c CallOp) + type CallOp struct + func (c CallOp) Add(o *Ops) + type InvalidateOp struct + At time.Time + func (r InvalidateOp) Add(o *Ops) + type MacroOp struct + func Record(o *Ops) MacroOp + func (m MacroOp) Stop() CallOp + type Ops struct + func (o *Ops) Data() []byte + func (o *Ops) Refs() []interface{} + func (o *Ops) Reset() + func (o *Ops) Version() int + func (o *Ops) Write(n int) []byte + func (o *Ops) Write1(n int, ref1 interface{}) []byte + func (o *Ops) Write2(n int, ref1, ref2 interface{}) []byte + type StateOp struct + func Save(o *Ops) StateOp + func (s StateOp) Load() + type TransformOp struct + func Affine(a f32.Affine2D) TransformOp + func Offset(o f32.Point) TransformOp + func (t TransformOp) Add(o *Ops)