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

Method readAndDecodeRect

java/com/tigervnc/rfb/CConnection.java:435–440  ·  view source on GitHub ↗
(Rect r, int encoding,
                                ModifiablePixelBuffer pb)

Source from the content-addressed store, hash-verified

433 }
434
435 public void readAndDecodeRect(Rect r, int encoding,
436 ModifiablePixelBuffer pb)
437 {
438 decoder.decodeRect(r, encoding, pb);
439 decoder.flush();
440 }
441
442 public void framebufferUpdateStart()
443 {

Callers 1

Calls 2

decodeRectMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected