Searched refs:doThrowISE (Results 1 – 4 of 4) sorted by relevance
247 doThrowISE(env, "Could not scale to target size!"); in ImageDecoder_nDecodeBitmap()251 doThrowISE(env, "Cannot scale unpremultiplied pixels!"); in ImageDecoder_nDecodeBitmap()291 doThrowISE(env, "Failed to set out color type!"); in ImageDecoder_nDecodeBitmap()305 doThrowISE(env, "Invalid crop rect!"); in ImageDecoder_nDecodeBitmap()
225 doThrowISE(env, in AnimatedImageDrawable_nSetOnAnimationEndListener()
341 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
70 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function