equal
deleted
inserted
replaced
227 void ConstructL(); |
227 void ConstructL(); |
228 TInt CheckSurfaceSupported(); |
228 TInt CheckSurfaceSupported(); |
229 TBool RectContains(const TRect& aLeft, const TRect& aRight); |
229 TBool RectContains(const TRect& aLeft, const TRect& aRight); |
230 void DoAddDisplayWindowL(RWsSession& aWs, TInt aDisplay, RWindowBase& aWindow, |
230 void DoAddDisplayWindowL(RWsSession& aWs, TInt aDisplay, RWindowBase& aWindow, |
231 const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2); |
231 const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2); |
232 void DoUpdateDisplayWindowL(RWsSession& aWs, RWindowBase& aWindow, |
|
233 const TRect& aClipRect, const TRect& aVideoExtent, RWindow* aWindow2); |
|
234 TInt SurfaceCreated(); |
232 TInt SurfaceCreated(); |
235 TInt SurfaceParametersChanged(); |
233 TInt SurfaceParametersChanged(); |
236 TInt RemoveSurface(TBool aControllerEvent); |
234 TInt RemoveSurface(TBool aControllerEvent); |
237 TInt SetAllBackgroundSurfaces(); |
235 TInt SetAllBackgroundSurfaces(); |
238 |
236 |