Home | History | Annotate | Download | only in widget

Lines Matching refs:dstAlpha

277         final int dstAlpha = (int) (srcAlpha * alphaMod + 0.5f);
278 return srcRgb | (dstAlpha << 24);