Home
last modified time | relevance | path

Searched refs:doThrowISE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp260 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()
DGraphicsJNI.h367 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
DAnimatedImageDrawable.cpp245 doThrowISE(env, in AnimatedImageDrawable_nSetOnAnimationEndListener()
DGraphics.cpp74 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function