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

  /external/libvncserver/test/
cursortest.c 73 rfbCursorPtr c;
129 rfbCursorPtr c;
143 /* rfbCursorPtr c = rfbScreen->cursor; */
144 rfbCursorPtr c;
198 /* rfbCursorPtr c = rfbScreen->cursor; */
199 rfbCursorPtr c;
238 rfbCursorPtr c = screen->cursor;
  /external/libvncserver/libvncserver/
cursor.c 38 rfbCursorPtr pCursor;
254 rfbCursorPtr rfbMakeXCursor(int width,int height,char* cursorString,char* maskString)
257 rfbCursorPtr cursor = (rfbCursorPtr)calloc(1,sizeof(rfbCursor));
346 void rfbFreeCursor(rfbCursorPtr cursor)
370 void rfbMakeXCursorFromRichCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor)
440 void rfbMakeRichCursorFromXCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor)
475 rfbCursorPtr c=s->cursor;
517 rfbCursorPtr c=s->cursor;
683 rfbCursorPtr c = s->cursor
    [all...]
selbox.c 198 static rfbCursorPtr selGetCursorPtr(rfbClientPtr cl)
main.c 696 static rfbCursorPtr rfbDefaultGetCursorPtr(rfbClientPtr cl)
  /external/libvncserver/rfb/
rfb.h     [all...]
  /external/libvncserver/x11vnc/
cursor.c 86 rfbCursorPtr rfb;
94 static rfbCursorPtr pixels2curs(unsigned long *pixels, int w, int h,
590 rfbCursorPtr rfb_curs;
1006 static rfbCursorPtr pixels2curs(unsigned long *pixels, int w, int h,
1008 rfbCursorPtr c;
    [all...]
  /external/libvncserver/examples/
example.c 229 rfbCursorPtr c = rfbScreen->cursor;

Completed in 233 milliseconds