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

  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h 74 TInt EPOC_BytesPerPixel;
SDL_epocvideo.cpp 265 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1;
266 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
288 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1;
289 Private->EPOC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_BytesPerPixel;
299 vformat->BytesPerPixel = /*!!Private->EPOC_BytesPerPixel*/ 1;
488 TInt targetNumBytesPerPixel = Private->EPOC_BytesPerPixel;

Completed in 838 milliseconds