summaryrefslogtreecommitdiff
path: root/rsAnimation.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-11-09 17:00:54 -0800
committerAlex Sakhartchouk <alexst@google.com>2010-11-10 11:30:51 -0800
commitafb743aca56c18beb7ab924e75cb6e070ef3e55a (patch)
tree9c2683d418230dd7cb53e667cdd876e617bb3d27 /rsAnimation.cpp
parentb60d757354880b6a711840eb35cc381cf7172246 (diff)
Code cleanup to make formatting consistent
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'rsAnimation.cpp')
-rw-r--r--rsAnimation.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/rsAnimation.cpp b/rsAnimation.cpp
index 6200715c..6abda3c0 100644
--- a/rsAnimation.cpp
+++ b/rsAnimation.cpp
@@ -26,13 +26,10 @@
using namespace android;
using namespace android::renderscript;
-void Animation::serialize(OStream *stream) const
-{
-
+void Animation::serialize(OStream *stream) const {
}
-Animation *Animation::createFromStream(Context *rsc, IStream *stream)
-{
+Animation *Animation::createFromStream(Context *rsc, IStream *stream) {
return NULL;
}
@@ -133,8 +130,7 @@ RsAnimation rsi_AnimationCreate(Context *rsc,
uint32_t valueCount,
RsAnimationInterpolation interp,
RsAnimationEdge pre,
- RsAnimationEdge post)
-{
+ RsAnimationEdge post) {
//LOGE("rsi_ElementCreate %i %i %i %i", dt, dk, norm, vecSize);
Animation *a = NULL;//Animation::create(rsc, inValues, outValues, valueCount, interp, pre, post);
if (a != NULL) {