Home
last modified time | relevance | path

Searched refs:srcBitmap (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DGradientTests.java197 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()
DRenderNodeTests.java485 Bitmap srcBitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in testBlendModeRenderEffectImplicitInput() local
486 srcBitmap.eraseColor(Color.BLUE); in testBlendModeRenderEffectImplicitInput()
493 RenderEffect.createBitmapEffect(srcBitmap), in testBlendModeRenderEffectImplicitInput()
DBlendModeTest.java55 BlendModeCanvasClient(BlendMode mode, Bitmap dstBitmap, Bitmap srcBitmap) { in BlendModeCanvasClient() argument
57 mSrcBitmap = srcBitmap; in BlendModeCanvasClient()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java261 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()