Home
last modified time | relevance | path

Searched refs:DecompressJpegRectBPP (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncclient/
Dtight.c47 #define DecompressJpegRectBPP CONCAT2E(DecompressJpegRect,BPP) macro
86 static rfbBool DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h);
146 return DecompressJpegRectBPP(client, rx, ry, rw, rh); in HandleTightBPP()
523 DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h) in DecompressJpegRectBPP() function