Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp237 return nullObjectReturn("Cannot create mutable hardware bitmap"); in doDecode()
251 return nullObjectReturn(msg.c_str()); in doDecode()
256 return nullObjectReturn("SkAndroidCodec::MakeFromCodec returned null"); in doDecode()
298 return nullObjectReturn("OOM in encodedFormatToString()"); in doDecode()
398 return nullObjectReturn("codec->getAndroidPixels() failed."); in doDecode()
418 return nullObjectReturn("ninePatchChunk == null"); in doDecode()
423 return nullObjectReturn("primitive array == null"); in doDecode()
434 return nullObjectReturn("nine patch insets == null"); in doDecode()
461 return nullObjectReturn("allocation failed for scaled bitmap"); in doDecode()
484 return nullObjectReturn("Got null SkPixelRef"); in doDecode()
[all …]
DBitmapRegionDecoder.cpp53 return nullObjectReturn("CreateBitmapRegionDecoder returned null"); in createBitmapRegionDecoder()
82 return nullObjectReturn("fstat return -1"); in nativeNewInstanceFromFileDescriptor()
196 return nullObjectReturn("Failed to decode region."); in nativeDecodeRegion()
207 return nullObjectReturn("OOM in encodedFormatToString()"); in nativeDecodeRegion()
DUtils.h75 jobject nullObjectReturn(const char msg[]);
DUtils.cpp142 jobject android::nullObjectReturn(const char msg[]) { in nullObjectReturn() function in android