• Home
  • Raw
  • Download

Lines Matching defs:out

82 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) {  in forEachClear()
90 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) { in forEachSrc()
98 void ScriptIntrinsicBlend::forEachDst(sp<Allocation> in, sp<Allocation> out) { in forEachDst()
106 void ScriptIntrinsicBlend::forEachSrcOver(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOver()
114 void ScriptIntrinsicBlend::forEachDstOver(sp<Allocation> in, sp<Allocation> out) { in forEachDstOver()
122 void ScriptIntrinsicBlend::forEachSrcIn(sp<Allocation> in, sp<Allocation> out) { in forEachSrcIn()
130 void ScriptIntrinsicBlend::forEachDstIn(sp<Allocation> in, sp<Allocation> out) { in forEachDstIn()
138 void ScriptIntrinsicBlend::forEachSrcOut(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOut()
146 void ScriptIntrinsicBlend::forEachDstOut(sp<Allocation> in, sp<Allocation> out) { in forEachDstOut()
154 void ScriptIntrinsicBlend::forEachSrcAtop(sp<Allocation> in, sp<Allocation> out) { in forEachSrcAtop()
162 void ScriptIntrinsicBlend::forEachDstAtop(sp<Allocation> in, sp<Allocation> out) { in forEachDstAtop()
170 void ScriptIntrinsicBlend::forEachXor(sp<Allocation> in, sp<Allocation> out) { in forEachXor()
178 void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out) { in forEachMultiply()
186 void ScriptIntrinsicBlend::forEachAdd(sp<Allocation> in, sp<Allocation> out) { in forEachAdd()
194 void ScriptIntrinsicBlend::forEachSubtract(sp<Allocation> in, sp<Allocation> out) { in forEachSubtract()
227 void ScriptIntrinsicBlur::forEach(sp<Allocation> out) { in forEach()
256 void ScriptIntrinsicColorMatrix::forEach(sp<Allocation> in, sp<Allocation> out) { in forEach()
367 void ScriptIntrinsicConvolve3x3::forEach(sp<Allocation> out) { in forEach()
408 void ScriptIntrinsicConvolve5x5::forEach(sp<Allocation> out) { in forEach()
430 void ScriptIntrinsicHistogram::setOutput(sp<Allocation> out) { in setOutput()
629 void ScriptIntrinsicYuvToRGB::forEach(sp<Allocation> out) { in forEach()