/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapPixels.java | 63 private static short pack565(int r, int g, int b) { method in class:BitmapPixels.SampleView 107 ramp565[i] = pack565(r >> (23+3), g >> (23+2), b >> (23+3));
|
/frameworks/base/services/surfaceflinger/ |
SurfaceFlinger.cpp | 186 static inline uint16_t pack565(int r, int g, int b) { function in namespace:android 248 const uint16_t g0 = pack565(0x0F,0x1F,0x0F); 249 const uint16_t g1 = pack565(0x17,0x2f,0x17); [all...] |