Searched refs:getB32 (Results 1 – 1 of 1) sorted by relevance
45 private static int getB32(int c) { return (c >> 16) & 0xFF; } in getB32() method in BitmapPixels.SampleView91 int b = getB32(from) << 23; in makeRamp()96 int db = ((getB32(to) << 23) - b) / (n - 1); in makeRamp()