MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / writeSetPixelFormat

Method writeSetPixelFormat

java/com/tigervnc/rfb/CMsgWriter.java:41–47  ·  view source on GitHub ↗
(PixelFormat pf)

Source from the content-addressed store, hash-verified

39 }
40
41 synchronized public void writeSetPixelFormat(PixelFormat pf)
42 {
43 startMsg(MsgTypes.msgTypeSetPixelFormat);
44 os.pad(3);
45 pf.write(os);
46 endMsg();
47 }
48
49 synchronized public void writeSetEncodings(List<Integer> encodings)
50 {

Callers 1

requestNewUpdateMethod · 0.45

Calls 4

startMsgMethod · 0.95
endMsgMethod · 0.95
writeMethod · 0.65
padMethod · 0.45

Tested by

no test coverage detected