HomeSort by relevance Sort by last modified time
    Searched full:palette_size (Results 1 - 8 of 8) sorted by null

  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 132 #define PALETTE_SIZE (1 << PALETTE_BITS)
138 static uint16_t palette[PALETTE_SIZE];
151 for (nn = 0; nn < PALETTE_SIZE/4; nn++) {
152 int jj = (nn-mm)*4*255/PALETTE_SIZE;
156 for ( mm = nn; nn < PALETTE_SIZE/2; nn++ ) {
157 int jj = (nn-mm)*4*255/PALETTE_SIZE;
161 for ( mm = nn; nn < PALETTE_SIZE*3/4; nn++ ) {
162 int jj = (nn-mm)*4*255/PALETTE_SIZE;
166 for ( mm = nn; nn < PALETTE_SIZE; nn++ ) {
167 int jj = (nn-mm)*4*255/PALETTE_SIZE;
    [all...]
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 137 #define PALETTE_SIZE (1 << PALETTE_BITS)
143 static uint16_t palette[PALETTE_SIZE];
156 for (nn = 0; nn < PALETTE_SIZE/4; nn++) {
157 int jj = (nn-mm)*4*255/PALETTE_SIZE;
161 for ( mm = nn; nn < PALETTE_SIZE/2; nn++ ) {
162 int jj = (nn-mm)*4*255/PALETTE_SIZE;
166 for ( mm = nn; nn < PALETTE_SIZE*3/4; nn++ ) {
167 int jj = (nn-mm)*4*255/PALETTE_SIZE;
171 for ( mm = nn; nn < PALETTE_SIZE; nn++ ) {
172 int jj = (nn-mm)*4*255/PALETTE_SIZE;
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 147 int palette_size; /* number of entries in palette */ member in struct:_D3DRMIMAGE
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 147 int palette_size; /* number of entries in palette */ member in struct:_D3DRMIMAGE
  /frameworks/base/core/jni/android/opengl/
util.cpp 670 const size_t palette_size = 256*sizeof(SkPMColor); local
671 const size_t imageSize = size + palette_size;
674 void* const pixels = (char*)data + palette_size;
  /external/libpng/
pngwutil.c 859 int palette_size = entry_size * spalette->nentries; local
872 (png_uint_32)(name_len + 2 + palette_size));
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 811 int palette_size = entry_size * spalette->nentries; local
827 (png_uint_32)(name_len + 2 + palette_size));
    [all...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 148 milliseconds