Home
last modified time | relevance | path

Searched refs:blended (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript59 // blended with the input image (which has been updated in the first pass) to
65 // The dilation radius that controls how the current layer should be blended
Dlayered_filter_fast_d1new.rscript60 // blended with the input image (which has been updated in the first pass) to
63 // The dilation radius that controls how the current layer should be blended
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java841 Bitmap blended = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testResizeTransparency() local
843 Canvas canvas = new Canvas(blended); in testResizeTransparency()
852 int blendedColor = blended.getPixel(i, j); in testResizeTransparency()