OSDN Git Service

check for null native objects, which never happens on a real subclass (we throw in...
authorMike Reed <reed@google.com>
Thu, 30 Jul 2009 15:05:57 +0000 (11:05 -0400)
committerMike Reed <reed@google.com>
Thu, 30 Jul 2009 15:05:57 +0000 (11:05 -0400)
commita04e555dc91b11ad833cb5db4a24e38082d1dc45
tree6d14e5190801396b159777b92e5ab563d2aaf137
parent2bad713f31d642d5350949b90b3abe00fbd9ca55
check for null native objects, which never happens on a real subclass (we throw in that case)
but can happen because we allow the callers to create the base class from java.
core/jni/android/graphics/MaskFilter.cpp
core/jni/android/graphics/Shader.cpp