Lines Matching refs:throw_exception
97 static jobject throw_exception(JNIEnv* env, Error error, const char* msg, in throw_exception() function
119 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in native_create()
129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
134 return throw_exception(env, kSourceIncomplete, "", nullptr, source); in native_create()
139 return throw_exception(env, kSourceMalformedData, msg.c_str(), in native_create()
147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
152 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create()
166 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
172 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd()
180 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd()
201 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in ImageDecoder_nCreateInputStream()
223 return throw_exception(env, kSourceMalformedData, "Failed to read ByteBuffer", in ImageDecoder_nCreateByteBuffer()