summaryrefslogtreecommitdiff
path: root/cpp/ScriptIntrinsics.cpp
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2015-09-14 18:27:17 -0700
committerMiao Wang <miaowang@google.com>2015-09-15 10:18:40 -0700
commitcf067b8c4d1e53bc4768fbad239851c579717f2c (patch)
treec5d44d11c7cca3f4acb755023bf202336e5a7ec4 /cpp/ScriptIntrinsics.cpp
parent70d8995254ee38173129e4ae4c9372f43716eb4e (diff)
Comments clean up for C++ API
Change-Id: I7ced3653a32fa8eaa62cd218002d22f5551c404a
Diffstat (limited to 'cpp/ScriptIntrinsics.cpp')
-rw-r--r--cpp/ScriptIntrinsics.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/ScriptIntrinsics.cpp b/cpp/ScriptIntrinsics.cpp
index 54ce4650..0a2df33a 100644
--- a/cpp/ScriptIntrinsics.cpp
+++ b/cpp/ScriptIntrinsics.cpp
@@ -175,7 +175,6 @@ void ScriptIntrinsicBlend::forEachXor(sp<Allocation> in, sp<Allocation> out) {
Script::forEach(11, in, out, nullptr, 0);
}
-// Numbering jumps here
void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out) {
if (in->getType()->getElement()->isCompatible(mElement) == false ||
out->getType()->getElement()->isCompatible(mElement) == false) {
@@ -184,7 +183,6 @@ void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out
Script::forEach(14, in, out, nullptr, 0);
}
-// Numbering jumps here
void ScriptIntrinsicBlend::forEachAdd(sp<Allocation> in, sp<Allocation> out) {
if (in->getType()->getElement()->isCompatible(mElement) == false ||
out->getType()->getElement()->isCompatible(mElement) == false) {