graphicsdeviceinterface/screendriver/sgeneric/scdraw.h
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
equal deleted inserted replaced
19:bbf46f59e123 20:25ffed67c7ef
    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);
    66 	void UpdateRegion(const TRect& aRect);
    67 	void UpdateRegion(const TRect& aRect);
    67 	void ResetUpdateRegion();
    68 	void ResetUpdateRegion();
    68 	void NotifyWhenAvailable(TRequestStatus& aStatus);
    69 	void NotifyWhenAvailable(TRequestStatus& aStatus);
    69 	void CancelUpdateNotification();
    70 	void CancelUpdateNotification();
    70 
    71