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

  /external/skia/gm/
copyTo4444.cpp 67 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { local
70 uint16_t red4444 = pack4444(0xF, 0xF, 0x0, 0x0);
71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F);
  /external/skqp/gm/
copyTo4444.cpp 67 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { local
70 uint16_t red4444 = pack4444(0xF, 0xF, 0x0, 0x0);
71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F);
  /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 745 milliseconds