HomeSort by relevance Sort by last modified time
    Searched refs:UNCOMP (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncclient/
zrle.c 35 #if !defined(UNCOMP) || UNCOMP==0
38 #elif UNCOMP>0
64 #if UNCOMP == 0
66 #elif UNCOMP>0
226 #if REALBPP!=BPP && defined(UNCOMP) && UNCOMP!=0
227 #if UNCOMP>0
228 #define UncompressCPixel(pointer) ((*(CARDBPP*)pointer)>>UNCOMP)
230 #define UncompressCPixel(pointer) ((*(CARDBPP*)pointer)<<(-(UNCOMP)))
    [all...]
rfbproto.c     [all...]

Completed in 66 milliseconds