Change-Id: I3c985c00b54d91b936c401febe9dff0d766e1793
LOTRectData *mData;
struct Cache {
- int mFrameNo;
+ int mFrameNo{-1};
VPointF mPos;
VPointF mSize;
float mRoundness;
LOTEllipseData *mData;
struct Cache {
- int mFrameNo;
+ int mFrameNo{-1};
VPointF mPos;
VPointF mSize;
};
LOTPolystarData *mData;
struct Cache {
- int mFrameNo;
+ int mFrameNo{-1};
VPointF mPos;
- float mPoints;
- float mInnerRadius;
- float mOuterRadius;
- float mInnerRoundness;
- float mOuterRoundness;
- float mRotation;
+ float mPoints{0};
+ float mInnerRadius{0};
+ float mOuterRadius{0};
+ float mInnerRoundness{0};
+ float mOuterRoundness{0};
+ float mRotation{0};
};
Cache mCache;
LOTAnimatable<float> mWidth; /* "w" */
CapStyle mCapStyle; /* "lc" */
JoinStyle mJoinStyle; /* "lj" */
- float mMeterLimit; /* "ml" */
+ float mMeterLimit{0}; /* "ml" */
LOTDashProperty mDash;
bool mEnabled = true; /* "fillEnabled" */
};
LOTAnimatable<float> mWidth; /* "w" */
CapStyle mCapStyle; /* "lc" */
JoinStyle mJoinStyle; /* "lj" */
- float mMeterLimit; /* "ml" */
+ float mMeterLimit{0}; /* "ml" */
LOTDashProperty mDash;
};