X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-render-surface.h;h=87493424b21d684e1e5b839aab89c6a01f1ee0a7;hb=c3916fe1fb10465161a98b77d2bc92786f10e4eb;hp=41d7ccba8d1b7f479bb01303db1819ad829955ba;hpb=cf85e088106c0322d31b219afb7208b6002f4068;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-render-surface.h b/dali/internal/window-system/common/window-render-surface.h old mode 100755 new mode 100644 index 41d7ccb..8749342 --- a/dali/internal/window-system/common/window-render-surface.h +++ b/dali/internal/window-system/common/window-render-surface.h @@ -130,12 +130,6 @@ public: // from Dali::Integration::RenderSurface virtual void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) override; /** - * @brief Return the orientation of the surface. - * @return The orientation - */ - virtual int GetOrientation() const override; - - /** * @copydoc Dali::Integration::RenderSurface::InitializeGraphics() */ virtual void InitializeGraphics() override; @@ -210,16 +204,6 @@ public: // from Dali::Integration::RenderSurface */ virtual Integration::StencilBufferAvailable GetStencilBufferRequired() override; - /** - * @copydoc Dali::Integration::RenderSurface::SetDamagedRect() - */ - virtual Rect SetDamagedRect( const Rect& damagedRectArray ) override; - - /** - * @copydoc Dali::Integration::RenderSurface::GetBufferAge() - */ - virtual int32_t GetBufferAge() override; - private: /** @@ -237,11 +221,6 @@ private: */ void ProcessRotationRequest(); - /* - * @brief MergeRect - */ - std::vector MergeRect( const Rect& damagedRectArray, int bufferAge ); - protected: // Undefined @@ -266,8 +245,6 @@ private: // Data OutputSignalType mOutputTransformedSignal; int mRotationAngle; int mScreenRotationAngle; - int mBufferAge; - int mPreBufferAge; bool mOwnSurface; ///< Whether we own the surface (responsible for deleting it) bool mRotationSupported; bool mRotationFinished; @@ -277,7 +254,6 @@ private: // Data uint32_t mDpiHorizontal; uint32_t mDpiVertical; - Rect mPreDamagedRect[5]; ///< The GPU driver can has up to four buffers. And one is for area calculation. }; // class WindowRenderSurface } // namespace Adaptor