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:
dfecf07
)
lottie/render: remove unused functions.
38/186638/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 13 Aug 2018 05:02:00 +0000
(14:02 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 13 Aug 2018 05:02:00 +0000
(14:02 +0900)
Change-Id: Ib8d7319da4af0814072ed60869e053896336298d
src/vector/vdrawhelper.h
patch
|
blob
|
history
diff --git
a/src/vector/vdrawhelper.h
b/src/vector/vdrawhelper.h
index 200929856f8686d5df5bd8146313477d605ab900..bf66854244e472e0c6a46fd707eee75f5ae4af78 100644
(file)
--- a/
src/vector/vdrawhelper.h
+++ b/
src/vector/vdrawhelper.h
@@
-59,8
+59,6
@@
public:
VRasterBuffer() { init(); }
void init();
VBitmap::Format prepare(VBitmap *image);
- void prepare(int w, int h);
- void prepareBuffer(int w, int h);
void clear();
void resetBuffer(int val = 0);
@@
-77,8
+75,6
@@
public:
int bytesPerLine() const { return mBytesPerLine; }
int bytesPerPixel() const { return mBytesPerPixel; }
- uchar *buffer() const { return mBuffer; }
-
VBitmap::Format mFormat;
VPainter::CompositionMode mCompositionMode;