Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Merovius/srvfb
/ types & classes
Types & classes
50 in github.com/Merovius/srvfb
⨍
Functions
60
◇
Types & classes
50
↓ 21 callers
TypeAlias
FormatError
A FormatError reports that the input is not a valid PNG.
internal/png/reader.go:127
↓ 7 callers
TypeAlias
UnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented PNG feature.
internal/png/reader.go:134
Struct
Bitfield
internal/fb/types_amd64.go:27
Struct
Bitfield
internal/fb/types_arm.go:27
TypeAlias
Bitfield
internal/fb/ctypes.go:32
Struct
Cmap
internal/fb/types_amd64.go:65
Struct
Cmap
internal/fb/types_arm.go:65
TypeAlias
Cmap
internal/fb/ctypes.go:36
TypeAlias
CompressionLevel
internal/png/writer.go:54
Struct
Con2fbmap
internal/fb/types_amd64.go:74
Struct
Con2fbmap
internal/fb/types_arm.go:74
TypeAlias
Con2fbmap
internal/fb/ctypes.go:38
Struct
Copyarea
internal/fb/types_amd64.go:87
Struct
Copyarea
internal/fb/types_arm.go:87
TypeAlias
Copyarea
internal/fb/ctypes.go:42
Struct
Curpos
internal/fb/types_amd64.go:118
Struct
Curpos
internal/fb/types_arm.go:118
TypeAlias
Curpos
internal/fb/ctypes.go:48
Struct
Cursor
internal/fb/types_amd64.go:123
Struct
Cursor
internal/fb/types_arm.go:123
TypeAlias
Cursor
internal/fb/ctypes.go:50
Struct
Device
internal/fb/fb.go:27
Struct
Encoder
Encoder configures encoding PNG images.
internal/png/writer.go:19
TypeAlias
EncoderBuffer
EncoderBuffer holds the buffers used for encoding PNG images.
internal/png/writer.go:36
Interface
EncoderBufferPool
EncoderBufferPool is an interface for getting and returning temporary instances of the EncoderBuffer struct. This can be used to reuse buffers when en
internal/png/writer.go:30
Struct
Fillrect
internal/fb/types_amd64.go:96
Struct
Fillrect
internal/fb/types_arm.go:96
TypeAlias
Fillrect
internal/fb/ctypes.go:44
Struct
FixScreeninfo
internal/fb/types_amd64.go:6
Struct
FixScreeninfo
internal/fb/types_arm.go:6
TypeAlias
FixScreeninfo
internal/fb/ctypes.go:30
Struct
Image
internal/fb/types_amd64.go:105
Struct
Image
internal/fb/types_arm.go:105
TypeAlias
Image
internal/fb/ctypes.go:46
Struct
VarScreeninfo
internal/fb/types_amd64.go:33
Struct
VarScreeninfo
internal/fb/types_arm.go:33
TypeAlias
VarScreeninfo
internal/fb/ctypes.go:34
Struct
Vblank
internal/fb/types_amd64.go:79
Struct
Vblank
internal/fb/types_arm.go:79
TypeAlias
Vblank
internal/fb/ctypes.go:40
Struct
conn
srvfb.go:545
Struct
decoder
internal/png/reader.go:107
Struct
deduper
deduper keeps state to deduplicate sent frames. For some reason, Chrome only seems to show a frame *after* the frame after has been sent (i.e. it lags
srvfb.go:477
Struct
encoder
internal/png/writer.go:38
Struct
handler
srvfb.go:106
Struct
interlaceScan
interlaceScan defines the placement and size of a pass for Adam7 interlacing.
internal/png/reader.go:74
Struct
listener
srvfb.go:513
Interface
opaquer
internal/png/writer.go:66
Struct
proxyconn
srvfb.go:389
Struct
rawHeader
srvfb.go:137