HomeSort by relevance Sort by last modified time
    Searched full:pack4444 (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 61 private static short pack4444(int r, int g, int b, int a) { method in class:BitmapPixels.SampleView
102 ramp4444[i] = pack4444(r >> (23+4), g >> (23+4), b >> (23+4),

Completed in 494 milliseconds