X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fsvg%2Fsvg-visual.h;h=7852bfcd10baa9a0bf9c0e9f436d86274e1224df;hb=e745d1583f3e730ebcc2abc1d0885c0052dcfbdd;hp=0bce4b02e38da84cc14b3a3c7df0d48df729931d;hpb=9336a7a410400f6ac2d3c5793e481f7984476517;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/svg/svg-visual.h b/dali-toolkit/internal/visuals/svg/svg-visual.h index 0bce4b0..7852bfc 100644 --- a/dali-toolkit/internal/visuals/svg/svg-visual.h +++ b/dali-toolkit/internal/visuals/svg/svg-visual.h @@ -155,6 +155,13 @@ private: */ void AddRasterizationTask( const Vector2& size ); + /** + * Helper method to set individual values by index key. + * @param[in] index The index key of the value + * @param[in] value The value + */ + void DoSetProperty( Property::Index index, const Property::Value& value ); + // Undefined SvgVisual( const SvgVisual& svgRenderer ); @@ -168,6 +175,7 @@ private: NSVGimage* mParsedImage; WeakHandle mPlacementActor; Vector2 mVisualSize; + bool mAttemptAtlasing; ///< If true will attempt atlasing, otherwise create unique texture }; } // namespace Internal