OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make565
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c
140
static uint16_t
make565
(int red, int green, int blue)
function
153
palette[nn] =
make565
(255, jj, 255-jj);
158
palette[nn] =
make565
(255-jj, 255, jj);
163
palette[nn] =
make565
(0, 255-jj, 255);
168
palette[nn] =
make565
(jj, 0, 255);
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
145
static uint16_t
make565
(int red, int green, int blue)
function
158
palette[nn] =
make565
(255, jj, 255-jj);
163
palette[nn] =
make565
(255-jj, 255, jj);
168
palette[nn] =
make565
(0, 255-jj, 255);
173
palette[nn] =
make565
(jj, 0, 255);
Completed in 50 milliseconds