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

Method rreDecode32

java/com/tigervnc/rfb/RREDecoder.java:101–106  ·  view source on GitHub ↗
(Rect r, InStream is,
                           PixelFormat pf,
                           ModifiablePixelBuffer pb)

Source from the content-addressed store, hash-verified

99 }
100
101 private void rreDecode32(Rect r, InStream is,
102 PixelFormat pf,
103 ModifiablePixelBuffer pb)
104 {
105 RRE_DECODE(r, is, pf, pb);
106 }
107
108}

Callers 1

decodeRectMethod · 0.95

Calls 1

RRE_DECODEMethod · 0.95

Tested by

no test coverage detected