X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Factor-wrapper.cpp;h=7e4dcc466b1bbe2dd1261df962a575f5a9432104;hp=4df5d5c71a07343978cf7c2bfc46fcbbfa1a217c;hb=c386ab67713f45fadefd131e047bcab65a00e8da;hpb=49d19ee29f45a10b3af4250aefc66985ea6a0b17 diff --git a/plugins/dali-script-v8/src/actors/actor-wrapper.cpp b/plugins/dali-script-v8/src/actors/actor-wrapper.cpp index 4df5d5c..7e4dcc4 100644 --- a/plugins/dali-script-v8/src/actors/actor-wrapper.cpp +++ b/plugins/dali-script-v8/src/actors/actor-wrapper.cpp @@ -258,10 +258,6 @@ const ActorFunctions ActorFunctionTable[]= { "GetBlendMode", RenderableActorApi::GetBlendMode, RENDERABLE_ACTOR_API }, { "SetBlendFunc", RenderableActorApi::SetBlendFunc, RENDERABLE_ACTOR_API }, { "GetBlendFunc", RenderableActorApi::GetBlendFunc, RENDERABLE_ACTOR_API }, - { "SetBlendEquation", RenderableActorApi::SetBlendEquation, RENDERABLE_ACTOR_API }, - { "GetBlendEquation", RenderableActorApi::GetBlendEquation, RENDERABLE_ACTOR_API }, - { "SetBlendColor", RenderableActorApi::SetBlendColor, RENDERABLE_ACTOR_API }, - { "GetBlendColor", RenderableActorApi::GetBlendColor, RENDERABLE_ACTOR_API }, { "SetShaderEffect", RenderableActorApi::SetShaderEffect, RENDERABLE_ACTOR_API }, { "GetShaderEffect", RenderableActorApi::GetShaderEffect, RENDERABLE_ACTOR_API }, { "RemoveShaderEffect", RenderableActorApi::RemoveShaderEffect,RENDERABLE_ACTOR_API }, @@ -296,8 +292,6 @@ const ActorFunctions ActorFunctionTable[]= { "GetImage", ImageActorApi::GetImage, IMAGE_ACTOR_API }, // ignore SetPixelArea, use imageActor.pixelArea // ignore GetPixelArea, use imageActor.pixelArea - { "IsPixelAreaSet", ImageActorApi::IsPixelAreaSet, IMAGE_ACTOR_API }, - { "ClearPixelArea", ImageActorApi::ClearPixelArea, IMAGE_ACTOR_API }, // ignore SetStyle, use imageActor.style // ignore GetStyle, use imageActor.style // ignore SetNinePatchBorder use imageActor.border