Lines Matching refs:jint
31 static jint OutputStream_setup(JNIEnv* env, jobject thiz, jobject out, in OutputStream_setup()
32 jint width, jint height, jint format, jint quality) { in OutputStream_setup()
84 static jint InputStream_setup(JNIEnv* env, jobject thiz, jobject dimens, in InputStream_setup()
85 jobject in, jint format) { in InputStream_setup()
132 env->CallVoidMethod(dimens, setMethod, static_cast<jint>(w), in InputStream_setup()
133 static_cast<jint>(h)); in InputStream_setup()
220 static jint OutputStream_writeInputBytes(JNIEnv* env, jobject thiz, in OutputStream_writeInputBytes()
221 jbyteArray inBuffer, jint offset, jint inCount) { in OutputStream_writeInputBytes()
246 static jint InputStream_readDecodedBytes(JNIEnv* env, jobject thiz, in InputStream_readDecodedBytes()
247 jbyteArray inBuffer, jint offset, jint inCount) { in InputStream_readDecodedBytes()
276 static jint InputStream_skipDecodedBytes(JNIEnv* env, jobject thiz, in InputStream_skipDecodedBytes()
277 jint bytes) { in InputStream_skipDecodedBytes()
326 jint JNI_OnLoad(JavaVM* vm, void* reserved __unused) { in JNI_OnLoad()