Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp247 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()
H A DAnimatedImageDrawable.cpp225 doThrowISE(env, in AnimatedImageDrawable_nSetOnAnimationEndListener()
H A DGraphicsJNI.h341 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
H A DGraphics.cpp70 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function