Searched refs:doThrowIOE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | AnimatedImageDrawable.cpp | 41 doThrowIOE(env, "Cannot create AnimatedImageDrawable from null!"); in AnimatedImageDrawable_nCreate() 59 doThrowIOE(env, "Failed to read frame info!"); in AnimatedImageDrawable_nCreate() 101 doThrowIOE(env, "Failed to create drawable"); in AnimatedImageDrawable_nCreate()
|
D | ImageDecoder.cpp | 236 doThrowIOE(env, "Unknown alpha type"); in ImageDecoder_nDecodeBitmap() 285 doThrowIOE(env, "Failed to setInfo properly"); in ImageDecoder_nDecodeBitmap() 331 doThrowIOE(env, msg.c_str()); in ImageDecoder_nDecodeBitmap() 385 doThrowIOE(env, "Failed scaled setInfo"); in ImageDecoder_nDecodeBitmap()
|
D | BitmapRegionDecoder.cpp | 52 doThrowIOE(env, "Image format not supported"); in createBitmapRegionDecoder() 81 doThrowIOE(env, "broken file descriptor"); in nativeNewInstanceFromFileDescriptor()
|
D | GraphicsJNI.h | 302 void doThrowIOE(JNIEnv* env, const char* msg = NULL); // IO Exception
|
D | BitmapFactory.cpp | 543 doThrowIOE(env, "broken file descriptor"); in nativeDecodeFileDescriptor()
|
D | Graphics.cpp | 44 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() function
|