graphicsdeviceinterface/screendriver/sgeneric/scdraw.h
branchRCL_3
changeset 19 bbf46f59e123
parent 4 15986eb6c500
child 20 25ffed67c7ef
equal deleted inserted replaced
18:57c618273d5c 19:bbf46f59e123
    61 	inline TInt ScreenNumber() const { return iSurface.iInternal[TSurfaceId::TScreenSurfaceUsage::EScreenField]; }
    61 	inline TInt ScreenNumber() const { return iSurface.iInternal[TSurfaceId::TScreenSurfaceUsage::EScreenField]; }
    62 
    62 
    63 	void Update();
    63 	void Update();
    64 	void Update(TRequestStatus& aStatus);
    64 	void Update(TRequestStatus& aStatus);
    65 
    65 
    66 	void Update(const TRegion& aRegion);
       
    67 	void UpdateRegion(const TRect& aRect);
    66 	void UpdateRegion(const TRect& aRect);
    68 	void ResetUpdateRegion();
    67 	void ResetUpdateRegion();
    69 	void NotifyWhenAvailable(TRequestStatus& aStatus);
    68 	void NotifyWhenAvailable(TRequestStatus& aStatus);
    70 	void CancelUpdateNotification();
    69 	void CancelUpdateNotification();
    71 
    70