Searched refs:image2 (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dip.rsh18 #pragma rs java_package_name(com.android.rs.image2)
H A DBlend.java17 package com.android.rs.image2;
40 private Allocation image2; field in class:Blend
64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
120 mBlendHelper.forEach_setImageAlpha(image2);
124 mBlend.forEachSrc(image1, image2);
127 mBlend.forEachDst(image1, image2);
130 mBlend.forEachSrcOver(image1, image2);
133 mBlend.forEachDstOver(image1, image2);
136 mBlend.forEachSrcIn(image1, image2);
[all...]
H A DBWFilter.java17 package com.android.rs.image2;
H A DContrast.java17 package com.android.rs.image2;
H A DExposure.java17 package com.android.rs.image2;
H A DGreyscale.java17 package com.android.rs.image2;
H A DShadows.java17 package com.android.rs.image2;
H A DVibrance.java17 package com.android.rs.image2;
H A DCopy.java17 package com.android.rs.image2;
H A DWhiteBalance.java17 package com.android.rs.image2;
H A DColorMatrix.java17 package com.android.rs.image2;
H A DConvolve3x3.java17 package com.android.rs.image2;
H A DCrossProcess.java17 package com.android.rs.image2;
H A DBlur25G.java17 package com.android.rs.image2;
H A DColorCube.java17 package com.android.rs.image2;
H A DConvolve5x5.java17 package com.android.rs.image2;
H A DGrain.java17 package com.android.rs.image2;
H A DGroupTest.java17 package com.android.rs.image2;
H A DMandelbrot.java17 package com.android.rs.image2;
H A DBlur25.java17 package com.android.rs.image2;
H A DTestBase.java17 package com.android.rs.image2;
H A DFisheye.java17 package com.android.rs.image2;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java48 private Allocation image2; field in class:Blend
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
128 mBlendHelper.forEach_setImageAlpha(image2);
132 mBlend.forEachSrc(image1, image2);
135 mBlend.forEachDst(image1, image2);
138 mBlend.forEachSrcOver(image1, image2);
141 mBlend.forEachDstOver(image1, image2);
144 mBlend.forEachSrcIn(image1, image2);
147 mBlend.forEachDstIn(image1, image2);
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java48 private Allocation image2; field in class:Blend
72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
128 mBlendHelper.forEach_setImageAlpha(image2);
132 mBlend.forEachSrc(image1, image2);
135 mBlend.forEachDst(image1, image2);
138 mBlend.forEachSrcOver(image1, image2);
141 mBlend.forEachDstOver(image1, image2);
144 mBlend.forEachSrcIn(image1, image2);
147 mBlend.forEachDstIn(image1, image2);
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java511 BufferedImage image2 = delegate2.getImage();
513 image1.getWidth() != image2.getWidth() ||
514 image1.getHeight() != image2.getHeight()) {
520 int h = image2.getHeight();
525 image2.getRGB(0, 0, w, h, argb2, 0, w);

Completed in 79 milliseconds

12