Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java296 float dstR, dstG, dstB, dstA; field in ImageProcessingTest.BlendFunc
355 dstB = (0xFF & (dst >> 0)) * scale; in unpackDst()
366 byte dstR, byte dstG, byte dstB, byte dstA) { in filter() argument
375 this.dstB = (0xFF & (dstB)) * scale; in filter()
379 s_dstB = (0xFF & (dstB)); in filter()
405 float b = (dstB * srcA + (1 - dstA) * srcB);
421 float b = (dstB * srcA);
465 return pack(dstA, dstR, dstG, dstB);
479 float b = (dstB * (1 - srcA));
494 float b = dstB + (srcB * (1 - dstA));
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DXfermodeTest.java188 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888);
189 Canvas dstCanvas = new Canvas(dstB);
193 return dstB;
DBlendModeTest.java105 Bitmap dstB = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Bitmap.Config.ARGB_8888); in createBlendmodeSrc() local
106 Canvas dstCanvas = new Canvas(dstB); in createBlendmodeSrc()
110 return dstB; in createBlendmodeSrc()