You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
int ScaleX(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int x);
|
|
|
|
int ScaleY(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int y);
|
|
|
|
void rfbScaledCorrection(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int *x, int *y, int *w, int *h, const char *function);
|
|
|
|
void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w0, int h0);
|
|
|
|
void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
|
|
|
|
rfbScreenInfoPtr rfbScaledScreenAllocate(rfbClientPtr cl, int width, int height);
|
|
|
|
rfbScreenInfoPtr rfbScalingFind(rfbClientPtr cl, int width, int height);
|
|
|
|
void rfbScalingSetup(rfbClientPtr cl, int width, int height);
|
|
|
|
int rfbSendNewScaleSize(rfbClientPtr cl);
|