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

/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp195 uint32_t width, uint32_t height, uint32_t stride, double t, uint16_t* palette, void* pixels, Fixed *_angle_sin_tab )
211 uint16_t* line = (uint16_t*)pixels;
224 * for every pair of pixels.
275 pixels = (char*)pixels + stride;
407 void* pixels; local
439 if ((ret = AndroidBitmap_lockPixels(env, bitmap, &pixels)) < 0) {
490 native_function(info.width, info.height, info.stride, time_ms, palette, pixels, angle_sin_tab);
501 fill_plasma(info.width, info.height, info.stride, time_ms, palette, pixels, angle_sin_tab);
194 fill_plasma( uint32_t width, uint32_t height, uint32_t stride, double t, uint16_t* palette, void* pixels, Fixed *_angle_sin_tab ) argument

Completed in 6 milliseconds