Searched refs:srcBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | GradientTests.java | 197 Bitmap srcBitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in createRadialGradientGoldenBitmap() local 198 Canvas srcCanvas = new Canvas(srcBitmap); in createRadialGradientGoldenBitmap() 209 return srcBitmap; in createRadialGradientGoldenBitmap()
|
D | RenderNodeTests.java | 486 Bitmap srcBitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testBlendModeRenderEffectImplicitInput() local 487 srcBitmap.eraseColor(Color.BLUE); in testBlendModeRenderEffectImplicitInput() 494 RenderEffect.createBitmapEffect(srcBitmap), in testBlendModeRenderEffectImplicitInput()
|
D | BlendModeTest.java | 55 BlendModeCanvasClient(BlendMode mode, Bitmap dstBitmap, Bitmap srcBitmap) { in BlendModeCanvasClient() argument 57 mSrcBitmap = srcBitmap; in BlendModeCanvasClient()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 261 Bitmap srcBitmap = Bitmap.createBitmap(1, 1, src); in testCopyConfigs() local 262 srcBitmap.eraseColor(Color.WHITE); in testCopyConfigs() 263 Bitmap dstBitmap = srcBitmap.copy(dst, false); in testCopyConfigs() 2380 Bitmap srcBitmap = Bitmap.wrapHardwareBuffer(hwBuffer, ColorSpace.get(Named.SRGB)); in testWrapHardwareBufferPreservesColors() local 2381 assertNotNull(srcBitmap); in testWrapHardwareBufferPreservesColors() 2384 Bitmap dstBitmap = srcBitmap.copy(Config.ARGB_8888, false); in testWrapHardwareBufferPreservesColors() 2385 srcBitmap.recycle(); in testWrapHardwareBufferPreservesColors()
|