/external/libvncserver/libvncserver/ |
D | scale.h | 2 int ScaleX(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int x); 3 int ScaleY(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int y); 4 void rfbScaledCorrection(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int *x, int *y, int *w, int *h… 5 void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w… 6 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2); 7 rfbScreenInfoPtr rfbScaledScreenAllocate(rfbClientPtr cl, int width, int height); 8 rfbScreenInfoPtr rfbScalingFind(rfbClientPtr cl, int width, int height);
|
D | scale.c | 70 int ScaleX(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int x) in ScaleX() 76 int ScaleY(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int y) in ScaleY() 85 void rfbScaledCorrection(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int *x, int *y, int *w, int *h… in rfbScaledCorrection() 134 void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w… in rfbScaledScreenUpdateRect() 257 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2) in rfbScaledScreenUpdate() 262 rfbScreenInfoPtr ptr; in rfbScaledScreenUpdate() 278 rfbScreenInfoPtr rfbScaledScreenAllocate(rfbClientPtr cl, int width, int height) in rfbScaledScreenAllocate() 280 rfbScreenInfoPtr ptr; in rfbScaledScreenAllocate() 324 rfbScreenInfoPtr rfbScalingFind(rfbClientPtr cl, int width, int height) in rfbScalingFind() 326 rfbScreenInfoPtr ptr; in rfbScalingFind() [all …]
|
D | main.c | 267 void rfbScheduleCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,int dx,int dy) in rfbScheduleCopyRegion() 356 void rfbDoCopyRegion(rfbScreenInfoPtr screen,sraRegionPtr copyRegion,int dx,int dy) in rfbDoCopyRegion() 385 void rfbDoCopyRect(rfbScreenInfoPtr screen,int x1,int y1,int x2,int y2,int dx,int dy) in rfbDoCopyRect() 392 void rfbScheduleCopyRect(rfbScreenInfoPtr screen,int x1,int y1,int x2,int y2,int dx,int dy) in rfbScheduleCopyRect() 399 void rfbMarkRegionAsModified(rfbScreenInfoPtr screen,sraRegionPtr modRegion) in rfbMarkRegionAsModified() 415 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2); 416 void rfbMarkRectAsModified(rfbScreenInfoPtr screen,int x1,int y1,int x2,int y2) in rfbMarkRectAsModified() 570 rfbScreenInfoPtr screen=(rfbScreenInfoPtr)data; in listenerRun() 640 rfbScreenInfoPtr s = cl->screen; in rfbDefaultPtrAddEvent() 768 static void rfbInitServerFormat(rfbScreenInfoPtr screen, int bitsPerSample) in rfbInitServerFormat() [all …]
|
D | private.h | 18 extern void rfbTightCleanup(rfbScreenInfoPtr screen); 22 extern void rfbZlibCleanup(rfbScreenInfoPtr screen);
|
D | draw.c | 3 void rfbFillRect(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) in rfbFillRect() 20 void rfbDrawPixel(rfbScreenInfoPtr s,int x,int y,rfbPixel col) in rfbDrawPixel() 31 void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col) in rfbDrawLine()
|
D | httpd.c | 77 static void httpProcessInput(rfbScreenInfoPtr screen); 92 rfbHttpInitSockets(rfbScreenInfoPtr rfbScreen) in rfbHttpInitSockets() 129 void rfbHttpShutdownSockets(rfbScreenInfoPtr rfbScreen) { in rfbHttpShutdownSockets() 155 rfbHttpCheckFds(rfbScreenInfoPtr rfbScreen) in rfbHttpCheckFds() 246 httpCloseSock(rfbScreenInfoPtr rfbScreen) in httpCloseSock() 260 httpProcessInput(rfbScreenInfoPtr rfbScreen) in httpProcessInput()
|
D | font.c | 3 int rfbDrawChar(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawChar() 37 void rfbDrawString(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawString() 48 int rfbDrawCharWithClip(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawCharWithClip() 104 void rfbDrawStringWithClip(rfbScreenInfoPtr rfbScreen,rfbFontDataPtr font, in rfbDrawStringWithClip()
|
D | cutpaste.c | 35 void rfbGotXCutText(rfbScreenInfoPtr rfbScreen, char *str, int len) in rfbGotXCutText()
|
D | cursor.c | 29 void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2); 370 void rfbMakeXCursorFromRichCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor) in rfbMakeXCursorFromRichCursor() 440 void rfbMakeRichCursorFromXCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor) in rfbMakeRichCursorFromXCursor() 474 rfbScreenInfoPtr s=cl->screen; in rfbHideCursor() 516 rfbScreenInfoPtr s=cl->screen; in rfbShowCursor() 682 rfbScreenInfoPtr s = cl->screen; in rfbRedrawAfterHideCursor() 726 void rfbSetCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr c) in rfbSetCursor()
|
D | sockets.c | 112 rfbInitSockets(rfbScreenInfoPtr rfbScreen) in rfbInitSockets() 218 void rfbShutdownSockets(rfbScreenInfoPtr rfbScreen) in rfbShutdownSockets() 258 rfbCheckFds(rfbScreenInfoPtr rfbScreen,long usec) in rfbCheckFds() 380 rfbProcessNewConnection(rfbScreenInfoPtr rfbScreen) in rfbProcessNewConnection() 455 rfbDisconnectUDPSock(rfbScreenInfoPtr rfbScreen) in rfbDisconnectUDPSock() 502 rfbConnect(rfbScreenInfoPtr rfbScreen, in rfbConnect()
|
/external/libvncserver/rfb/ |
D | rfb.h | 392 } rfbScreenInfo, *rfbScreenInfoPtr; typedef 444 rfbScreenInfoPtr screen; 447 rfbScreenInfoPtr scaledScreen; 744 extern void rfbInitSockets(rfbScreenInfoPtr rfbScreen); 745 extern void rfbShutdownSockets(rfbScreenInfoPtr rfbScreen); 746 extern void rfbDisconnectUDPSock(rfbScreenInfoPtr rfbScreen); 752 extern int rfbCheckFds(rfbScreenInfoPtr rfbScreen,long usec); 753 extern int rfbConnect(rfbScreenInfoPtr rfbScreen, char* host, int port); 776 extern void rfbClientListInit(rfbScreenInfoPtr rfbScreen); 777 extern rfbClientIteratorPtr rfbGetClientIterator(rfbScreenInfoPtr rfbScreen); [all …]
|
/external/libvncserver/x11vnc/ |
D | cursor.h | 57 extern void restore_cursor_shape_updates(rfbScreenInfoPtr s); 58 extern void disable_cursor_shape_updates(rfbScreenInfoPtr s); 59 extern int cursor_shape_updates_clients(rfbScreenInfoPtr s); 60 extern int cursor_noshape_updates_clients(rfbScreenInfoPtr s); 61 extern int cursor_pos_updates_clients(rfbScreenInfoPtr s);
|
D | cursor.c | 61 void restore_cursor_shape_updates(rfbScreenInfoPtr s); 62 void disable_cursor_shape_updates(rfbScreenInfoPtr s); 63 int cursor_shape_updates_clients(rfbScreenInfoPtr s); 64 int cursor_pos_updates_clients(rfbScreenInfoPtr s); 97 static void set_cursor_was_changed(rfbScreenInfoPtr s); 1657 static void set_cursor_was_changed(rfbScreenInfoPtr s) { in set_cursor_was_changed() 1675 static void set_cursor_was_moved(rfbScreenInfoPtr s) { 1690 void restore_cursor_shape_updates(rfbScreenInfoPtr s) { in restore_cursor_shape_updates() 1726 void disable_cursor_shape_updates(rfbScreenInfoPtr s) { in disable_cursor_shape_updates() 1772 int cursor_shape_updates_clients(rfbScreenInfoPtr s) { in cursor_shape_updates_clients() [all …]
|
/external/libvncserver/test/ |
D | cursortest.c | 46 static void SetXCursor(rfbScreenInfoPtr rfbScreen) in SetXCursor() 81 static void SetXCursor2(rfbScreenInfoPtr rfbScreen) in SetXCursor2() 139 static void SetRichCursor(rfbScreenInfoPtr rfbScreen) in SetRichCursor() 195 static void SetRichCursor2(rfbScreenInfoPtr rfbScreen) in SetRichCursor2() 235 static void SetAlphaCursor(rfbScreenInfoPtr screen,int mode) in SetAlphaCursor() 325 rfbScreenInfoPtr rfbScreen = rfbGetScreen(&argc,argv,maxx,maxy,8,3,bpp); in main()
|
D | copyrecttest.c | 7 static void initBackground(rfbScreenInfoPtr server) in initBackground() 24 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,width,height,8,3,4); in main()
|
D | cargstest.c | 9 rfbScreenInfoPtr screen; in main()
|
/external/libvncserver/examples/ |
D | zippy.c | 16 void draw_primary_colours_generic(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2); 17 void draw_primary_colours_generic_fast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2); 26 rfbScreenInfoPtr server; in main() 81 void draw_primary_colours_generic(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic() 95 void draw_primary_colours_generic_fast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_fast() 113 static void draw_primary_colours_generic_ultrafast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_ultrafast()
|
D | rotatetemplate.c | 4 static void FUNCTION(rfbScreenInfoPtr screen) in FUNCTION() 35 void FUNCNAME(rfbScreenInfoPtr screen) { in FUNCNAME()
|
D | fontsel.c | 13 static rfbScreenInfoPtr rfbScreen = NULL; 41 rfbScreenInfoPtr s=rfbGetScreen(&argc,argv,640,480,8,3,3); in main()
|
D | vncev.c | 72 static void output(rfbScreenInfoPtr s,char* line) in output() 115 rfbScreenInfoPtr s=rfbGetScreen(&argc,argv,width,height,8,1,1); in main()
|
D | simple.c | 5 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,400,300,8,3,4); in main()
|
D | filetransfer.c | 9 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,400,300,8,3,4); in main()
|
D | simple15.c | 11 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,400,300,5,3,2); in main()
|
D | example.c | 80 static void newframebuffer(rfbScreenInfoPtr screen, int width, int height) in newframebuffer() 226 static void MakeRichCursor(rfbScreenInfoPtr rfbScreen) in MakeRichCursor() 282 rfbScreenInfoPtr rfbScreen = rfbGetScreen(&argc,argv,maxx,maxy,8,3,bpp); in main()
|
D | colourmaptest.c | 9 rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,256,256,8,1,1); in main()
|