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

/gdk/samples/PhotoEditor/jni/
H A Dwarmify.cpp29 const int map[256] = { member in namespace:__anon23
90 int dst_red = (map[src->rgba8[0]] & 0xFF0000) >> 16;
91 int dst_green = map[src->rgba8[1]] & 0xFF00;
92 int dst_blue = (map[src->rgba8[2]] & 0xFF) << 16;

Completed in 34 milliseconds