Home
last modified time | relevance | path

Searched refs:EPOC_BytesPerPixel (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp265 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1; in EPOC_VideoInit()
266 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel; in EPOC_VideoInit()
288 Private->EPOC_BytesPerPixel = ((GetBpp(displayMode)-1) / 8) + 1; in EPOC_VideoInit()
289 …OC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_BytesPerPixel; in EPOC_VideoInit()
488 TInt targetNumBytesPerPixel = Private->EPOC_BytesPerPixel; in EPOC_DirectUpdate()
DSDL_epocvideo.h74 TInt EPOC_BytesPerPixel; member