HomeSort by relevance Sort by last modified time
    Searched refs:EPOC_WindowGc (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h 61 CWindowGc* EPOC_WindowGc;
SDL_epocvideo.cpp 199 User::LeaveIfError(Private->EPOC_WsScreen->CreateContext(Private->EPOC_WindowGc));
401 Private->EPOC_WindowGc->Activate(Private->EPOC_WsWindow);
427 Private->EPOC_WindowGc->BitBlt(TPoint(), Private->EPOC_Bitmap);
429 Private->EPOC_WindowGc->Deactivate();
501 Private->EPOC_WindowGc->Activate(Private->EPOC_WsWindow);
597 Private->EPOC_WindowGc->BitBlt(TPoint(), Private->EPOC_Bitmap);
599 Private->EPOC_WindowGc->Deactivate();
656 delete Private->EPOC_WindowGc;
657 Private->EPOC_WindowGc = NULL;

Completed in 46 milliseconds