projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62f74b
)
vector: fixed variable type from int to float
67/185267/1
author
Jaeun Choi
<jaeun12.choi@samsung.com>
Fri, 27 Jul 2018 06:42:05 +0000
(15:42 +0900)
committer
Jaeun Choi
<jaeun12.choi@samsung.com>
Fri, 27 Jul 2018 06:43:34 +0000
(15:43 +0900)
Change-Id: I5ab0d6f14de6e1aa302cb6b4df1f61781dd3468b
src/vector/vdasher.h
patch
|
blob
|
history
diff --git
a/src/vector/vdasher.h
b/src/vector/vdasher.h
index 5b5c66d5655ed8211901bbe9bc4cf4160d72dc29..c2007880d1a6d4c9885bf1cab6e648dac4fec3e0 100644
(file)
--- a/
src/vector/vdasher.h
+++ b/
src/vector/vdasher.h
@@
-24,7
+24,7
@@
private:
VPointF mStartPt;
VPointF mCurPt;
int mCurrentDashIndex;
-
int
mCurrentDashLength;
+
float
mCurrentDashLength;
bool mIsCurrentOperationGap;
float mDashOffset;
VPath mDashedPath;