Searched refs:getA32 (Results 1 – 1 of 1) sorted by relevance
47 private static int getA32(int c) { return (c >> 24) & 0xFF; } in getA32() method in BitmapPixels.SampleView92 int a = getA32(from) << 23; in makeRamp()97 int da = ((getA32(to) << 23) - a) / (n - 1); in makeRamp()