Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h300 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
DAnimatedImageDrawable.cpp225 doThrowISE(env, in AnimatedImageDrawable_nSetOnAnimationEndListener()
DImageDecoder.cpp216 doThrowISE(env, "Cannot scale unpremultiplied pixels!"); in ImageDecoder_nDecodeBitmap()
DGraphics.cpp36 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function