Add AnimatedVectorImageVisual property
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / visual-string-constants.h
index 8415819..c30033a 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_INTERNAL_VISUAL_STRING_CONSTANTS_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -50,6 +50,7 @@ extern const char * const OFFSET;
 extern const char * const OFFSET_SIZE_MODE;
 extern const char * const ORIGIN;
 extern const char * const ANCHOR_POINT;
+extern const char * const EXTRA_SIZE;
 
 // Premultiplied alpha
 extern const char * const PREMULTIPLIED_ALPHA;
@@ -63,9 +64,11 @@ extern const char * const VISUAL_FITTING_MODE;
 
 // Corner radius
 extern const char * const CORNER_RADIUS;
+extern const char * const CORNER_RADIUS_POLICY;
 
 // Color visual
 extern const char * const RENDER_IF_TRANSPARENT_NAME;
+extern const char * const BLUR_RADIUS_NAME;
 
 // Image visual
 extern const char * const IMAGE_URL_NAME;
@@ -101,6 +104,7 @@ extern const char * const IMAGE_SAMPLING_MODE;
 extern const char * const IMAGE_DESIRED_WIDTH;
 extern const char * const IMAGE_DESIRED_HEIGHT;
 extern const char * const ALPHA_MASK_URL;
+extern const char * const REDRAW_IN_SCALING_DOWN_NAME;
 
 // Text visual
 extern const char * const TEXT_PROPERTY;
@@ -194,6 +198,12 @@ extern const char * const BEVEL_PERCENTAGE;
 extern const char * const BEVEL_SMOOTHNESS;
 extern const char * const LIGHT_POSITION_UNIFORM_NAME;
 
+// Arc visual
+extern const char * const THICKNESS_NAME;
+extern const char * const START_ANGLE_NAME;
+extern const char * const SWEEP_ANGLE_NAME;
+extern const char * const CAP_NAME;
+
 } // namespace Internal
 
 } // namespace Toolkit