HomeSort by relevance Sort by last modified time
    Searched defs:image1 (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blend.java 47 private Allocation image1; field in class:Blend
71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
125 mBlendHelper.forEach_setImageAlpha(image1);
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/ImageProcessing2/src/com/android/rs/image/
Blend.java 39 private Allocation image1; field in class:Blend
63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
117 mBlendHelper.forEach_setImageAlpha(image1);
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);
139 mBlend.forEachDstIn(image1, image2)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 47 private Allocation image1; field in class:Blend
71 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
125 mBlendHelper.forEach_setImageAlpha(image1);
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/
Bitmap_Delegate.java 510 BufferedImage image1 = delegate1.getImage(); local
513 image1.getWidth() != image2.getWidth() ||
514 image1.getHeight() != image2.getHeight()) {
519 int w = image1.getWidth();
524 image1.getRGB(0, 0, w, h, argb1, 0, w);
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 75 milliseconds