Home | History | Annotate | Download | only in os2fslib

Lines Matching defs:pRect

2622         SDL_Rect *pRect = (SDL_Rect *) SDL_malloc(sizeof(SDL_Rect));
2623 if (pRect)
2626 pRect->x = 0;
2627 pRect->y = 0;
2628 pRect->w = pFSMode->uiXResolution;
2629 pRect->h = pFSMode->uiYResolution;
2632 // printf("F: %dx%d\n", pRect->w, pRect->h);
2645 _this->hidden->pListModesResult[0] = pRect;
2649 SDL_free(pRect);
2669 (pRect->w*pRect->h))
2686 pNewList[iPlace] = pRect;
2690 SDL_free(pRect);