MCPcopy Index your code

hub / github.com/bradfitz/rfbgo / functions

Functions31 in github.com/bradfitz/rfbgo

↓ 36 callersMethodw
(v interface{})
rfb/rfb.go:182
↓ 22 callersMethodread
(what string, v interface{})
rfb/rfb.go:175
↓ 8 callersMethodfailf
(format string, args ...interface{})
rfb/rfb.go:190
↓ 7 callersMethodflush
()
rfb/rfb.go:186
↓ 4 callersMethodreadByte
(what string)
rfb/rfb.go:161
↓ 4 callersMethodreadPadding
(what string, size int)
rfb/rfb.go:169
↓ 3 callersFunctioninRange
(v uint32, max uint16)
rfb/rfb.go:578
↓ 2 callersMethodpushImage
(li *LockableImage)
rfb/rfb.go:353
↓ 1 callersMethodServe
(ln net.Listener)
rfb/rfb.go:86
↓ 1 callersMethoddimensions
()
rfb/rfb.go:157
↓ 1 callersFunctiondrawImage
(im *image.RGBA, anim int)
demo.go:116
↓ 1 callersFunctionhandleConn
(c *rfb.Conn)
demo.go:64
↓ 1 callersMethodhandleKeyEvent
6.4.4
rfb/rfb.go:547
↓ 1 callersMethodhandlePointerEvent
6.4.5
rfb/rfb.go:566
↓ 1 callersMethodhandleSetEncodings
6.4.2
rfb/rfb.go:497
↓ 1 callersMethodhandleSetPixelFormat
6.4.1
rfb/rfb.go:475
↓ 1 callersMethodhandleUpdateRequest
6.4.3
rfb/rfb.go:521
↓ 1 callersMethodincremental
()
rfb/rfb.go:518
↓ 1 callersMethodisScreensThousands
Is the format requested by the OS X "Screens" app's "Thousands" mode.
rfb/rfb.go:466
↓ 1 callersMethodnewConn
(c net.Conn)
rfb/rfb.go:103
↓ 1 callersMethodpushFrame
(ur FrameBufferUpdateRequest)
rfb/rfb.go:321
↓ 1 callersMethodpushFramesLoop
()
rfb/rfb.go:303
↓ 1 callersMethodpushGenericLocked
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 callersMethodpushRGBAScreensThousandsLocked
(im *image.RGBA)
rfb/rfb.go:391
↓ 1 callersMethodserve
()
rfb/rfb.go:194
FunctionBenchmarkAppend
(b *testing.B)
rfb/rfb_test.go:7
FunctionBenchmarkArray
(b *testing.B)
rfb/rfb_test.go:17
FunctionBenchmarkMask3
(b *testing.B)
rfb/rfb_test.go:41
FunctionBenchmarkMod4
(b *testing.B)
rfb/rfb_test.go:26
FunctionNewServer
(width, height int)
rfb/rfb.go:62
Functionmain
()
demo.go:46