Searched refs:mtx_nativeObj (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
H A Dcore+Core.java2462 private static native void completeSymm_0(long mtx_nativeObj, boolean lowerToUpper); argument
2463 private static native void completeSymm_1(long mtx_nativeObj); argument
2466 private static native void setIdentity_0(long mtx_nativeObj, double s_val0, double s_val1, double s_val2, double s_val3); argument
2467 private static native void setIdentity_1(long mtx_nativeObj); argument
2470 private static native double determinant_0(long mtx_nativeObj); argument
2473 private static native double[] trace_0(long mtx_nativeObj); argument
H A Dcore.cpp3188 (JNIEnv* env, jclass , jlong mtx_nativeObj, jboolean lowerToUpper)
3193 Mat& mtx = *((Mat*)mtx_nativeObj);
3209 (JNIEnv* env, jclass , jlong mtx_nativeObj)
3214 Mat& mtx = *((Mat*)mtx_nativeObj);
3234 (JNIEnv* env, jclass , jlong mtx_nativeObj, jdouble s_val0, jdouble s_val1, jdouble s_val2, jdouble s_val3)
3239 Mat& mtx = *((Mat*)mtx_nativeObj);
3256 (JNIEnv* env, jclass , jlong mtx_nativeObj)
3261 Mat& mtx = *((Mat*)mtx_nativeObj);
3281 (JNIEnv* env, jclass , jlong mtx_nativeObj)
3286 Mat& mtx = *((Mat*)mtx_nativeObj);
3187 Java_org_opencv_core_Core_completeSymm_10(JNIEnv* env, jclass , jlong mtx_nativeObj, jboolean lowerToUpper) argument
3208 Java_org_opencv_core_Core_completeSymm_11(JNIEnv* env, jclass , jlong mtx_nativeObj) argument
3233 Java_org_opencv_core_Core_setIdentity_10(JNIEnv* env, jclass , jlong mtx_nativeObj, jdouble s_val0, jdouble s_val1, jdouble s_val2, jdouble s_val3) argument
3255 Java_org_opencv_core_Core_setIdentity_11(JNIEnv* env, jclass , jlong mtx_nativeObj) argument
3280 Java_org_opencv_core_Core_determinant_10(JNIEnv* env, jclass , jlong mtx_nativeObj) argument
3305 Java_org_opencv_core_Core_trace_10(JNIEnv* env, jclass , jlong mtx_nativeObj) argument
[all...]

Completed in 66 milliseconds