Home | History | Annotate | Download | only in windx5

Lines Matching refs:RECT

62 /* This is the rect EnumModes2 uses */
975 struct DX5EnumRect *rect;
982 for ( j = 0, rect = enumlists[i]; rect; ++j, rect = rect->next ) {
983 SDL_modelist[i][j] = &rect->r;
1194 RECT bounds;
1297 RECT bounds;
1298 struct DX5EnumRect *rect;
1320 for ( rect = enumlists[bpp / 8 - 1]; rect; rect = rect->next ) {
1321 if ( (width == rect->r.w) && (height == rect->r.h) ) {
1322 maxRefreshRate = rect->refreshRate;
1600 RECT bounds;
1908 RECT rect;
1914 rect.top = (LONG)srcrect->y;
1915 rect.bottom = (LONG)srcrect->y+srcrect->h;
1916 rect.left = (LONG)srcrect->x;
1917 rect.right = (LONG)srcrect->x+srcrect->w;
1929 dstrect->x, dstrect->y, src_surface, &rect, flags);
1940 fprintf(stderr, "Original dest rect: %dx%d at %d,%d\n", dstrect->w, dstrect->h, dstrect->x, dstrect->y);
1947 rect.left, rect.top, rect.right, rect.bottom);
1999 RECT area;
2137 RECT src, dst;