Lines Matching refs:jobject

39 static jobject createBitmapRegionDecoder(JNIEnv* env, std::unique_ptr<SkStreamRewindable> stream) {  in createBitmapRegionDecoder()
51 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, in nativeNewInstanceFromByteArray() argument
61 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); in nativeNewInstanceFromByteArray()
65 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz, in nativeNewInstanceFromFileDescriptor()
66 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor()
81 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); in nativeNewInstanceFromFileDescriptor()
85 static jobject nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, in nativeNewInstanceFromStream()
86 jobject is, // InputStream in nativeNewInstanceFromStream()
89 jobject brd = NULL; in nativeNewInstanceFromStream()
100 static jobject nativeNewInstanceFromAsset(JNIEnv* env, jobject clazz, in nativeNewInstanceFromAsset()
110 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); in nativeNewInstanceFromAsset()
119 static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle, jint inputX, in nativeDecodeRegion() argument
120 jint inputY, jint inputWidth, jint inputHeight, jobject options, jlong inBitmapHandle, in nativeDecodeRegion()
127 jobject javaBitmap = nullptr; in nativeDecodeRegion()
133 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion()
206 jobject config = env->CallStaticObjectMethod(gBitmapConfig_class, in nativeDecodeRegion()
232 static jint nativeGetHeight(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetHeight() argument
238 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() argument
244 static void nativeClean(JNIEnv* env, jobject, jlong brdHandle) { in nativeClean() argument