Searched defs:pRect (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A DSDL_os2fslib.c2622 SDL_Rect *pRect = (SDL_Rect *) SDL_malloc(sizeof(SDL_Rect)); local
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);
[all...]

Completed in 62 milliseconds