Searched defs:bitmapLine (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp917 TUint16* bitmapLine = (TUint16*)_this->screen->pixels + sourceStartOffset; local
923 Mem::Copy(screenMemory, bitmapLine, sourceRectWidthInBytes);
925 bitmapLine += sourceScanlineLength;
933 TUint16* bitmapPos = bitmapLine; /* 2 bytes per pixel */
939 __ASSERT_DEBUG(bitmapLine < ((TUint16*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCorrupt));
940 __ASSERT_DEBUG(bitmapLine >= (TUint16*)_this->screen->pixels, User::Panic(_L("SDL"), KErrCorrupt));
945 bitmapLine += sourceScanlineLength;
957 TUint8* bitmapLine = (TUint8*)_this->screen->pixels + sourceStartOffset; local
961 TUint8* bitmapPos = bitmapLine; /* 1 byte per pixel */
973 bitmapLine
979 TUint8* bitmapLine = (TUint8*)_this->screen->pixels + sourceStartOffset; local
1227 TUint8* bitmapLine = (TUint8*)_this->screen->pixels + sourceStartOffset; local
[all...]

Completed in 52 milliseconds