op

package
v0.0.0-...-c98f1fc Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2018 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EOF = Type(iota)
	TypeStart
	TypeClose
	TypeMoveTo
	TypeLineTo
	TypeStroke
	TypeFill
	TypeLineWidth
	TypeTranslate
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Close

type Close struct{}

type Fill

type Fill struct{}

type Iterator

type Iterator struct {
	Head uintptr
}

func (*Iterator) Close

func (it *Iterator) Close() *Close

func (*Iterator) EOF

func (it *Iterator) EOF() bool

func (*Iterator) Fill

func (it *Iterator) Fill() *Fill

func (*Iterator) LineTo

func (it *Iterator) LineTo() *LineTo

func (*Iterator) LineWidth

func (it *Iterator) LineWidth() *LineWidth

func (*Iterator) MoveTo

func (it *Iterator) MoveTo() *MoveTo

func (*Iterator) Start

func (it *Iterator) Start() *Start

func (*Iterator) Stroke

func (it *Iterator) Stroke() *Stroke

func (*Iterator) Translate

func (it *Iterator) Translate() *Translate

func (*Iterator) Type

func (it *Iterator) Type() Type

type LineTo

type LineTo struct{ X, Y int32 }

type LineWidth

type LineWidth struct{ Width int32 }

type MoveTo

type MoveTo struct{ X, Y int32 }

type Start

type Start struct{}

type Stream

type Stream struct {
	Base uintptr
	Data []byte
}

func NewStream

func NewStream(max int) Stream

func (Stream) Iterate

func (s Stream) Iterate() *Iterator

type Stroke

type Stroke struct{}

type Translate

type Translate struct{ Dx, Dy int32 }

type Type

type Type byte

Jump to

Keyboard shortcuts

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