Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bradfitz/rfbgo
/ functions
Functions
31 in github.com/bradfitz/rfbgo
⨍
Functions
31
◇
Types & classes
7
↓ 36 callers
Method
w
(v interface{})
rfb/rfb.go:182
↓ 22 callers
Method
read
(what string, v interface{})
rfb/rfb.go:175
↓ 8 callers
Method
failf
(format string, args ...interface{})
rfb/rfb.go:190
↓ 7 callers
Method
flush
()
rfb/rfb.go:186
↓ 4 callers
Method
readByte
(what string)
rfb/rfb.go:161
↓ 4 callers
Method
readPadding
(what string, size int)
rfb/rfb.go:169
↓ 3 callers
Function
inRange
(v uint32, max uint16)
rfb/rfb.go:578
↓ 2 callers
Method
pushImage
(li *LockableImage)
rfb/rfb.go:353
↓ 1 callers
Method
Serve
(ln net.Listener)
rfb/rfb.go:86
↓ 1 callers
Method
dimensions
()
rfb/rfb.go:157
↓ 1 callers
Function
drawImage
(im *image.RGBA, anim int)
demo.go:116
↓ 1 callers
Function
handleConn
(c *rfb.Conn)
demo.go:64
↓ 1 callers
Method
handleKeyEvent
6.4.4
rfb/rfb.go:547
↓ 1 callers
Method
handlePointerEvent
6.4.5
rfb/rfb.go:566
↓ 1 callers
Method
handleSetEncodings
6.4.2
rfb/rfb.go:497
↓ 1 callers
Method
handleSetPixelFormat
6.4.1
rfb/rfb.go:475
↓ 1 callers
Method
handleUpdateRequest
6.4.3
rfb/rfb.go:521
↓ 1 callers
Method
incremental
()
rfb/rfb.go:518
↓ 1 callers
Method
isScreensThousands
Is the format requested by the OS X "Screens" app's "Thousands" mode.
rfb/rfb.go:466
↓ 1 callers
Method
newConn
(c net.Conn)
rfb/rfb.go:103
↓ 1 callers
Method
pushFrame
(ur FrameBufferUpdateRequest)
rfb/rfb.go:321
↓ 1 callers
Method
pushFramesLoop
()
rfb/rfb.go:303
↓ 1 callers
Method
pushGenericLocked
pushGenericLocked is the slow path generic implementation that works on any image.Image concrete type and any client-requested pixel format. If you're
rfb/rfb.go:425
↓ 1 callers
Method
pushRGBAScreensThousandsLocked
(im *image.RGBA)
rfb/rfb.go:391
↓ 1 callers
Method
serve
()
rfb/rfb.go:194
Function
BenchmarkAppend
(b *testing.B)
rfb/rfb_test.go:7
Function
BenchmarkArray
(b *testing.B)
rfb/rfb_test.go:17
Function
BenchmarkMask3
(b *testing.B)
rfb/rfb_test.go:41
Function
BenchmarkMod4
(b *testing.B)
rfb/rfb_test.go:26
Function
NewServer
(width, height int)
rfb/rfb.go:62
Function
main
()
demo.go:46