opconst

package
v0.2.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2020 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeMacroDefLen     = 1 + 4 + 4
	TypeMacroLen        = 1 + 4 + 4
	TypeTransformLen    = 1 + 4*2
	TypeLayerLen        = 1
	TypeRedrawLen       = 1 + 8
	TypeImageLen        = 1
	TypePaintLen        = 1 + 4*4
	TypeColorLen        = 1 + 4
	TypeAreaLen         = 1 + 1 + 4*4
	TypePointerInputLen = 1 + 1
	TypePassLen         = 1 + 1
	TypeKeyInputLen     = 1 + 1
	TypeHideInputLen    = 1
	TypePushLen         = 1
	TypePopLen          = 1
	TypeAuxLen          = 1
	TypeClipLen         = 1 + 4*4
	TypeProfileLen      = 1
	TypeCallLen         = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type OpType

type OpType byte
const (
	TypeMacroDef OpType = iota + firstOpIndex
	TypeMacro
	TypeTransform
	TypeLayer
	TypeInvalidate
	TypeImage
	TypePaint
	TypeColor
	TypeArea
	TypePointerInput
	TypePass
	TypeKeyInput
	TypeHideInput
	TypePush
	TypePop
	TypeAux
	TypeClip
	TypeProfile
	TypeCall
)

func (OpType) NumRefs

func (t OpType) NumRefs() int

func (OpType) Size

func (t OpType) Size() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL