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

  /gdk/samples/bitmap-plasma-llvm/jni/
libplasma.c 91 #define PALETTE_BITS 8
92 #define PALETTE_SIZE (1 << PALETTE_BITS)
94 #if PALETTE_BITS > FIXED_BITS
95 # error PALETTE_BITS must be smaller than FIXED_BITS
135 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS);
plasmaLLVM.cpp 133 #define PALETTE_BITS 8
134 #define PALETTE_SIZE (1 << PALETTE_BITS)
136 #if PALETTE_BITS > FIXED_BITS
137 # error PALETTE_BITS must be smaller than FIXED_BITS
178 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 131 #define PALETTE_BITS 8
132 #define PALETTE_SIZE (1 << PALETTE_BITS)
134 #if PALETTE_BITS > FIXED_BITS
135 # error PALETTE_BITS must be smaller than FIXED_BITS
176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS);
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 136 #define PALETTE_BITS 8
137 #define PALETTE_SIZE (1 << PALETTE_BITS)
139 #if PALETTE_BITS > FIXED_BITS
140 # error PALETTE_BITS must be smaller than FIXED_BITS
181 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS);

Completed in 30 milliseconds