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

/gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/
H A DPlasma.java81 private static native int nativeRenderPlasma(Bitmap bitmap, long time_ms, byte[] script, int scriptLength, boolean useLLVM); argument
/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp404 jobject bitmap, jlong time_ms, jbyteArray scriptRef, jint length, jboolean use_llvm)
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);
402 Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma(JNIEnv * env, jobject obj, jobject bitmap, jlong time_ms, jbyteArray scriptRef, jint length, jboolean use_llvm) argument

Completed in 476 milliseconds