diff options
| author | Miao Wang <miaowang@google.com> | 2015-09-15 23:55:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-09-15 23:55:22 +0000 |
| commit | 9ff9685f3f1013dcc416f762408f817f00ea116e (patch) | |
| tree | 0e9dd616e01d18ed2cc3c2d44c54db5e85c4ad67 /cpp/ScriptIntrinsics.cpp | |
| parent | 95b7cd0cb3eccd6bee21ee6050e9eab2a00b8bdd (diff) | |
| parent | cf067b8c4d1e53bc4768fbad239851c579717f2c (diff) | |
Merge changes I7ced3653,I2b1cce8a
* changes:
Comments clean up for C++ API
Fix updateFromNative in C++ API.
Diffstat (limited to 'cpp/ScriptIntrinsics.cpp')
| -rw-r--r-- | cpp/ScriptIntrinsics.cpp | 2 |
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) { |
