Home | History | Annotate | Download | only in libvncserver

Lines Matching defs:w1

93     double x1,y1,w1,h1, x2, y2, w2, h2;
108 w1 = ((double) *w) * scaleW;
117 w2 = CEIL(w1 + ( x1 - x2 ));
143 int x1, y1, w1, h1;
152 w1 = w0;
155 rfbScaledCorrection(screen, ptr, &x1, &y1, &w1, &h1, "rfbScaledScreenUpdateRect");
158 w0 = ScaleX(ptr, screen, w1);
163 bytesPerLine = w1 * bytesPerPixel;
175 if ((x1+w1) > (ptr->width))
177 if (x1==0) w1=ptr->width; else x1 = ptr->width - w1;
185 * x0, y0, w0, h0, x1, y1, w1, h1, areaX, areaY,
201 for (x = 0; x < w1; x++) {
256 for (x = x1; x < (x1+w1); x++)