Searched refs:EPOC_ScreenSize (Results 1 – 2 of 2) sorted by relevance
261 Private->EPOC_ScreenSize = screenInfo.iScreenSize; in EPOC_VideoInit()280 Private->EPOC_ScreenSize = Private->EPOC_WsScreen->SizeInPixels(); in EPOC_VideoInit()283 Private->EPOC_Bitmap->Create(Private->EPOC_ScreenSize, displayMode); in EPOC_VideoInit()293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth; in EPOC_VideoInit()294 _this->info.current_h = Private->EPOC_ScreenSize.iHeight; in EPOC_VideoInit()384 Private->EPOC_ScreenOffset = (Private->EPOC_ScreenSize.iWidth - current->w) / 2; in EPOC_SetVideoMode()404 if (fullScreen.w < Private->EPOC_ScreenSize.iWidth in RedrawWindowL()405 && fullScreen.w < Private->EPOC_ScreenSize.iWidth) { in RedrawWindowL()412 for (int y=0; y < Private->EPOC_ScreenSize.iHeight; y++) { in RedrawWindowL()413 for (int x=0; x < Private->EPOC_ScreenSize.iWidth; x++) { in RedrawWindowL()[all …]
77 TSize EPOC_ScreenSize; member