Searched refs:s_dstA (Results 1 – 1 of 1) sorted by relevance
298 int s_dstR, s_dstG, s_dstB, s_dstA; field in ImageProcessingTest.BlendFunc351 s_dstA = (0xFF & (dst >> 24)); in unpackDst()380 s_dstA = (0xFF & (dstA)); in filter()439 int a = Math.min(s_dstA + s_srcA, 255);