App
|
Go to the source code of this file.
Functions | |
JNIEXPORT jlong JNICALL | Java_mhr_appcore_generators_BrushGenerator_createRoundBrush (JNIEnv *pEnv, jclass pThisClass, jint nativeType, jint size, jdouble hardness) |
JNIEXPORT jint JNICALL | Java_mhr_appcore_generators_BrushGenerator_createRoundBrushIn (JNIEnv *pEnv, jclass pThisClass, jint nativeType, jlong dstAdress, jint size, jdouble hardness) |
JNIEXPORT jlong JNICALL Java_mhr_appcore_generators_BrushGenerator_createRoundBrush | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jint | size, | ||
jdouble | hardness | ||
) |
protected native long createRoundBrush(int nativeType, int size, double hardness);
Definition at line 9 of file mhr_appcore_generators_BrushGenerator.cpp.
JNIEXPORT jint JNICALL Java_mhr_appcore_generators_BrushGenerator_createRoundBrushIn | ( | JNIEnv * | pEnv, |
jclass | pThisClass, | ||
jint | nativeType, | ||
jlong | dstAdress, | ||
jint | size, | ||
jdouble | hardness | ||
) |
protected native int createRoundBrushIn(int nativeType, long dstAdress, int size, double hardness);
Definition at line 28 of file mhr_appcore_generators_BrushGenerator.cpp.