X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Fimage-actor-api.h;h=f5974e08b1d99056dcbb4677cec33dd0ecf12765;hb=b19288c9459456fb4f812add4dd1c372da79e5d8;hp=3c75cf6b248958314506df8558fe1a74f32e4ef9;hpb=5d49d819924da76f96f22845210abe89a7ade187;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/actors/image-actor-api.h b/plugins/dali-script-v8/src/actors/image-actor-api.h index 3c75cf6..f5974e0 100644 --- a/plugins/dali-script-v8/src/actors/image-actor-api.h +++ b/plugins/dali-script-v8/src/actors/image-actor-api.h @@ -42,9 +42,15 @@ namespace ImageActorApi */ void SetImage( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetImage( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetToNaturalSize( const v8::FunctionCallbackInfo< v8::Value >& args ); - void IsPixelAreaSet( const v8::FunctionCallbackInfo< v8::Value >& args ); - void ClearPixelArea( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetSortModifier( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetSortModifier( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); + void RemoveShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace ImageActorApi } // namespace V8Plugin