HomeSort by relevance Sort by last modified time
    Searched refs: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 39 milliseconds