HomeSort by relevance Sort by last modified time
    Searched refs:ThrowIAE_IfNull (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 8 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) {
23 ThrowIAE_IfNull(env, filter);
40 ThrowIAE_IfNull(env, filter);
Shader.cpp 21 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) {
92 ThrowIAE_IfNull(env, s);
139 ThrowIAE_IfNull(env, shader);
254 ThrowIAE_IfNull(env, s);
287 ThrowIAE_IfNull(env, shader);
302 ThrowIAE_IfNull(env, s);
390 ThrowIAE_IfNull(env, shader);
401 ThrowIAE_IfNull(env, s);

Completed in 1221 milliseconds