Searched refs:blended (Results 1 – 3 of 3) sorted by relevance
59 // blended with the input image (which has been updated in the first pass) to65 // The dilation radius that controls how the current layer should be blended
60 // blended with the input image (which has been updated in the first pass) to63 // The dilation radius that controls how the current layer should be blended
841 Bitmap blended = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testResizeTransparency() local843 Canvas canvas = new Canvas(blended); in testResizeTransparency()852 int blendedColor = blended.getPixel(i, j); in testResizeTransparency()