Searched refs:mBlend (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 32 private ScriptIntrinsicBlend mBlend; field in Blend 59 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 124 mBlend.forEachSrc(image1, image2); in runTest() 127 mBlend.forEachDst(image1, image2); in runTest() 130 mBlend.forEachSrcOver(image1, image2); in runTest() 133 mBlend.forEachDstOver(image1, image2); in runTest() 136 mBlend.forEachSrcIn(image1, image2); in runTest() 139 mBlend.forEachDstIn(image1, image2); in runTest() 142 mBlend.forEachSrcOut(image1, image2); in runTest() 145 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 39 private ScriptIntrinsicBlend mBlend; field in Blend 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 131 mBlend.forEachSrc(image1, image2); in runTest() 134 mBlend.forEachDst(image1, image2); in runTest() 137 mBlend.forEachSrcOver(image1, image2); in runTest() 140 mBlend.forEachDstOver(image1, image2); in runTest() 143 mBlend.forEachSrcIn(image1, image2); in runTest() 146 mBlend.forEachDstIn(image1, image2); in runTest() 149 mBlend.forEachSrcOut(image1, image2); in runTest() 152 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 39 private ScriptIntrinsicBlend mBlend; field in Blend 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest() 132 mBlend.forEachSrc(image1, image2); in runTest() 135 mBlend.forEachDst(image1, image2); in runTest() 138 mBlend.forEachSrcOver(image1, image2); in runTest() 141 mBlend.forEachDstOver(image1, image2); in runTest() 144 mBlend.forEachSrcIn(image1, image2); in runTest() 147 mBlend.forEachDstIn(image1, image2); in runTest() 150 mBlend.forEachSrcOut(image1, image2); in runTest() 153 mBlend.forEachDstOut(image1, image2); in runTest() [all …]
|
/frameworks/base/libs/hwui/ |
D | Layer.h | 54 void setBlend(bool blend) { mBlend = blend; } in setBlend() 56 bool isBlend() const { return mBlend; } in isBlend() 165 bool mBlend = false; variable
|
D | DeferredLayerUpdater.h | 67 if (blend != mBlend) { in setBlend() 68 mBlend = blend; in setBlend() 147 bool mBlend = false; variable
|
D | DeferredLayerUpdater.cpp | 40 , mBlend(false) in DeferredLayerUpdater() 208 mLayer->setBlend(mBlend); in updateLayer()
|
D | Layer.cpp | 50 if (mBlend || mode != SkBlendMode::kSrcOver) { in getMode()
|