Lines Matching refs:rects
142 X11_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, in X11_UpdateWindowFramebuffer() argument
152 x = rects[i].x; in X11_UpdateWindowFramebuffer()
153 y = rects[i].y; in X11_UpdateWindowFramebuffer()
154 w = rects[i].w; in X11_UpdateWindowFramebuffer()
155 h = rects[i].h; in X11_UpdateWindowFramebuffer()
164 w += rects[i].x; in X11_UpdateWindowFramebuffer()
169 h += rects[i].y; in X11_UpdateWindowFramebuffer()
184 x = rects[i].x; in X11_UpdateWindowFramebuffer()
185 y = rects[i].y; in X11_UpdateWindowFramebuffer()
186 w = rects[i].w; in X11_UpdateWindowFramebuffer()
187 h = rects[i].h; in X11_UpdateWindowFramebuffer()
196 w += rects[i].x; in X11_UpdateWindowFramebuffer()
201 h += rects[i].y; in X11_UpdateWindowFramebuffer()