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

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp406 const TInt scanLineWidth = iDsa.SwSize().iWidth; local
408 targetPtr += (aSourceRect.iTl.iY + aUpdateRect.iTl.iY ) * scanLineWidth;
423 targetPtr += scanLineWidth * (height - 1);
429 targetPtr -= scanLineWidth;
440 targetPtr += scanLineWidth; // >> 2;
H A Ddsa_new.cpp64 const TInt scanLineWidth = iDsa.SwSize().iWidth; local
66 targetPtr += (aSourceRect.iTl.iY + aUpdateRect.iTl.iY ) * scanLineWidth;
81 targetPtr += scanLineWidth * (height - 1);
87 targetPtr -= scanLineWidth;
98 targetPtr += scanLineWidth; // >> 2;

Completed in 66 milliseconds