Searched refs:doThrowISE (Results 1 – 4 of 4) sorted by relevance
260 doThrowISE(env, "Could not scale to target size!"); in ImageDecoder_nDecodeBitmap()264 doThrowISE(env, "Cannot scale unpremultiplied pixels!"); in ImageDecoder_nDecodeBitmap()312 doThrowISE(env, "Failed to set out color type!"); in ImageDecoder_nDecodeBitmap()326 doThrowISE(env, "Invalid crop rect!"); in ImageDecoder_nDecodeBitmap()
367 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
245 doThrowISE(env, in AnimatedImageDrawable_nSetOnAnimationEndListener()
74 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function