graphics

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bitmap

type Bitmap struct {
}

func (*Bitmap) MarshalParcel

func (s *Bitmap) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Bitmap) UnmarshalParcel

func (s *Bitmap) UnmarshalParcel(
	p *parcel.Parcel,
) error

type GraphicBuffer

type GraphicBuffer struct {
	Width  int32
	Height int32
	Format int32
	Usage  int32
}

func (*GraphicBuffer) MarshalParcel

func (s *GraphicBuffer) MarshalParcel(
	p *parcel.Parcel,
) error

func (*GraphicBuffer) UnmarshalParcel

func (s *GraphicBuffer) UnmarshalParcel(
	p *parcel.Parcel,
) error

type Insets

type Insets struct {
	Left   int32
	Top    int32
	Right  int32
	Bottom int32
}

func (*Insets) MarshalParcel

func (s *Insets) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Insets) UnmarshalParcel

func (s *Insets) UnmarshalParcel(
	p *parcel.Parcel,
) error

type Point

type Point struct {
	X int32
	Y int32
}

func (*Point) MarshalParcel

func (s *Point) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Point) UnmarshalParcel

func (s *Point) UnmarshalParcel(
	p *parcel.Parcel,
) error

type PointF

type PointF struct {
	X float32
	Y float32
}

func (*PointF) MarshalParcel

func (s *PointF) MarshalParcel(
	p *parcel.Parcel,
) error

func (*PointF) UnmarshalParcel

func (s *PointF) UnmarshalParcel(
	p *parcel.Parcel,
) error

type Rect

type Rect struct {
	Left   int32
	Top    int32
	Right  int32
	Bottom int32
}

func (*Rect) MarshalParcel

func (s *Rect) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Rect) UnmarshalParcel

func (s *Rect) UnmarshalParcel(
	p *parcel.Parcel,
) error

type RectF

type RectF struct {
	Left   float32
	Top    float32
	Right  float32
	Bottom float32
}

func (*RectF) MarshalParcel

func (s *RectF) MarshalParcel(
	p *parcel.Parcel,
) error

func (*RectF) UnmarshalParcel

func (s *RectF) UnmarshalParcel(
	p *parcel.Parcel,
) error

type Region

type Region struct {
}

func (*Region) MarshalParcel

func (s *Region) MarshalParcel(
	p *parcel.Parcel,
) error

func (*Region) UnmarshalParcel

func (s *Region) UnmarshalParcel(
	p *parcel.Parcel,
) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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