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

  /external/libvncserver/test/
cursortest.c 75 c=rfbMakeXCursor(width,height,cursor,mask);
131 c=rfbMakeXCursor(width,height,cursor,mask);
179 c=rfbMakeXCursor(w,h,bitmap,bitmap);
217 /* c=rfbScreen->cursor = rfbMakeXCursor(w,h,bitmap,bitmap); */
218 c=rfbMakeXCursor(w,h,bitmap,bitmap);
  /external/libvncserver/examples/
example.c 263 c=rfbScreen->cursor = rfbMakeXCursor(w,h,bitmap,bitmap);
299 rfbMakeXCursor(exampleCursorWidth,exampleCursorHeight,exampleCursor,0);
  /external/libvncserver/x11vnc/
cursor.c 800 rfb_curs = rfbMakeXCursor(ci->wx, ci->wy,
1242 c = rfbMakeXCursor(w, h, bitmap, bitmap);
    [all...]
  /external/libvncserver/libvncserver/
cursor.c 254 rfbCursorPtr rfbMakeXCursor(int width,int height,char* cursorString,char* maskString)
  /external/libvncserver/rfb/
rfb.h     [all...]

Completed in 67 milliseconds