Searched refs:EPOC_WindowGc (Results 1 – 2 of 2) sorted by relevance
199 User::LeaveIfError(Private->EPOC_WsScreen->CreateContext(Private->EPOC_WindowGc)); in ConstructWindowL()401 Private->EPOC_WindowGc->Activate(Private->EPOC_WsWindow); in RedrawWindowL()427 Private->EPOC_WindowGc->BitBlt(TPoint(), Private->EPOC_Bitmap); in RedrawWindowL()429 Private->EPOC_WindowGc->Deactivate(); in RedrawWindowL()501 Private->EPOC_WindowGc->Activate(Private->EPOC_WsWindow); in EPOC_DirectUpdate()597 Private->EPOC_WindowGc->BitBlt(TPoint(), Private->EPOC_Bitmap); in EPOC_DirectUpdate()599 Private->EPOC_WindowGc->Deactivate(); in EPOC_DirectUpdate()656 delete Private->EPOC_WindowGc; in EPOC_VideoQuit()657 Private->EPOC_WindowGc = NULL; in EPOC_VideoQuit()
61 CWindowGc* EPOC_WindowGc; member