Searched refs:SwSize (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp86 if(T::SwSize() == T::HwRect().Size())
100 User::LeaveIfError(iBmp->Create(T::SwSize(), T::DisplayMode()));
358 inline const TSize& SwSize() const;
381 inline const TSize& TDsa::SwSize() const function in class:TDsa
383 return iDsa.SwSize();
406 const TInt scanLineWidth = iDsa.SwSize().iWidth;
596 __ASSERT_ALWAYS(SwSize() == HwRect().Size(), PANIC(KErrNotSupported));
780 iOverlays[i].iOverlay->Draw(Gc(), HwRect(), SwSize());
997 Wipe(iTargetBpp * SwSize().iWidth * SwSize()
[all...]
H A Ddsa_new.cpp18 inline const TSize& SwSize() const;
39 inline const TSize& TDsa::SwSize() const function in class:TDsa
41 return iDsa.SwSize();
64 const TInt scanLineWidth = iDsa.SwSize().iWidth;
167 if(SwSize() == HwRect().Size())
180 User::LeaveIfError(iBmp->Create(SwSize(), DisplayMode()));
314 __ASSERT_ALWAYS(SwSize() == HwRect().Size(), PANIC(KErrNotSupported));
506 iOverlays[i].iOverlay->Draw(*iDsa->Gc(), HwRect(), SwSize());
765 targetPtr += (aSourceRect.iTl.iY + aUpdateRect.iTl.iY ) * SwSize().iWidth;
772 const TInt targetWidth32 = SwSize()
[all...]
H A Ddsa_old.cpp736 // iScanLineWidth = /*iTargetBpp **/ SwSize().iWidth;
762 iOverlays[i].iOverlay->Draw(*iDsa->Gc(), HwRect(), SwSize());

Completed in 61 milliseconds