X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fclipping%2Ftext-clipper.h;h=5f5be4be90efe3dc0e59e0185269f3762abd0923;hb=92a400c3857fbf6c1e63693f22c94dcffe50e522;hp=a05855c4c0cf6ee5c92030711a53b7c6fed144fd;hpb=6084b902e588a8ed1b8ec0dd7aacae8775006ef6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/clipping/text-clipper.h b/dali-toolkit/internal/text/clipping/text-clipper.h index a05855c..5f5be4b 100644 --- a/dali-toolkit/internal/text/clipping/text-clipper.h +++ b/dali-toolkit/internal/text/clipping/text-clipper.h @@ -54,7 +54,7 @@ public: /** * @brief Children added to this actor will be clipped with the specified region. * - * @note This is done by rendering to a FrameBufferImage which must then be displayed; see also GetImageActor(). + * @note This is done by rendering to a FrameBufferImage which must then be displayed; see also GetImageView(). * @return The root actor. */ Actor GetRootActor() const; @@ -62,9 +62,9 @@ public: /** * @brief This actor will display the resulting FrameBufferImage. * - * @return The image actor. + * @return The image view. */ - Actor GetImageActor() const; + Actor GetImageView() const; /** * @brief Refresh the contents of the FrameBufferImage. @@ -109,7 +109,7 @@ private: // Data Layer mOffscreenRootActor; CameraActor mOffscreenCameraActor; - ImageView mImageActor; + ImageView mImageView; RenderTask mRenderTask; Vector2 mCurrentOffscreenSize; };