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

/gdk/samples/PhotoEditor/jni/
H A D_jni.cpp52 JNIEnv *env, jobject obj, jbyteArray scriptRef, jint length)
60 LOGI("BCC Script Len: %d", length);
61 if (bccReadBC(script_ref, "libjni_photoeditor_portable.bc", (const char*)script_ptr, length, 0)) {
51 Java_com_android_photoeditor_filters_ImageUtils_init( JNIEnv *env, jobject obj, jbyteArray scriptRef, jint length) argument
/gdk/samples/bitmap-plasma-llvm/jni/
H A Dplasma.cpp404 jobject bitmap, jlong time_ms, jbyteArray scriptRef, jint length, jboolean use_llvm)
452 LOGI("BCC Script Len: %d", length);
453 if(bccReadBC(script_ref, "libplasma_portable.bc", (const char*)script_ptr, length, 0)) {
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 35 milliseconds