OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 5192 milliseconds