Searched refs:compositeAlpha (Results 1 – 1 of 1) sorted by relevance
58 int a = compositeAlpha(fgAlpha, bgAlpha); in compositeColors()144 private static int compositeAlpha(int foregroundAlpha, int backgroundAlpha) { in compositeAlpha() method in ColorUtils