Searched refs:image1 (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 39 private Allocation image1; field in Blend 63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 113 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 117 mBlendHelper.forEach_setImageAlpha(image1, image1); in runTest() 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() [all …]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 46 private Allocation image1; field in Blend 70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 120 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 124 mBlendHelper.forEach_setImageAlpha(image1, image1); in runTest() 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() [all …]
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 46 private Allocation image1; field in Blend 70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType()); in createTest() 121 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 125 mBlendHelper.forEach_setImageAlpha(image1); in runTest() 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() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 538 BufferedImage image1 = delegate1.getImage(); in nativeSameAs() local 541 image1.getWidth() != image2.getWidth() || in nativeSameAs() 542 image1.getHeight() != image2.getHeight()) { in nativeSameAs() 547 int w = image1.getWidth(); in nativeSameAs() 552 image1.getRGB(0, 0, w, h, argb1, 0, w); in nativeSameAs()
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 242 android:src="@drawable/image1"
|
D | zoom.jd | 149 zoomImageFromThumb(thumb1View, R.drawable.image1);
|