X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fshader-effects%2Fnine-patch-mask-effect.h;h=e61401f10e2fd99bdc439b2dadff4c74ddd6fa0f;hb=efc7867951058f01bbbf9694a24726e1dfaf5c16;hp=7199e040b65202b8e4566cc2ad062b55d58f6c4f;hpb=680c5587a1478717393d3a03cf6a17801edd00e0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/public-api/shader-effects/nine-patch-mask-effect.h b/base/dali-toolkit/public-api/shader-effects/nine-patch-mask-effect.h index 7199e04..e61401f 100644 --- a/base/dali-toolkit/public-api/shader-effects/nine-patch-mask-effect.h +++ b/base/dali-toolkit/public-api/shader-effects/nine-patch-mask-effect.h @@ -21,7 +21,7 @@ // EXTERNAL INCLUDES #include -namespace Dali DALI_IMPORT_API +namespace Dali { namespace Toolkit @@ -52,7 +52,7 @@ namespace NinePatchMaskEffect * @param [in] actor The actor which needs the effect. To remove the effect call actor.RemoveShaderEffect(). * @param [in] maskImage The path to a file containing the mask. The center pixels of the mask will be stretched. */ -void Apply( ImageActor actor, const std::string& maskImage ); +DALI_IMPORT_API void Apply( ImageActor actor, const std::string& maskImage ); /** * @brief Apply the mask effect to an ImageActor. @@ -62,7 +62,7 @@ void Apply( ImageActor actor, const std::string& maskImage ); * @param [in] maskImage The path to a file containing the mask. * @param [in] maskBorder Specifies the part of the mask image that will be stretched (left, top, right, bottom). */ -void Apply( ImageActor actor, const std::string& maskImage, const Vector4& maskBorder ); +DALI_IMPORT_API void Apply( ImageActor actor, const std::string& maskImage, const Vector4& maskBorder ); } // namespace NinePatchMaskEffect