Searched defs:pixel (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp45 /* We're going to perform computations for every pixel of the target
248 uint32_t pixel = ((uint32_t)palette_from_fixed(palette, i1 >> 2) << 16) | local
251 ((uint32_t*)line)[0] = pixel;

Completed in 93 milliseconds