Searched refs:gTypefaceDelegateMethods (Results 1 – 1 of 1) sorted by relevance
118 JNINativeMethod gTypefaceDelegateMethods[numMethods]; in registerNativeMethods() local122 gTypefaceDelegateMethods[i].name = strdup(newName.c_str()); in registerNativeMethods()123 gTypefaceDelegateMethods[i].signature = gTypefaceMethod.signature; in registerNativeMethods()124 gTypefaceDelegateMethods[i].fnPtr = gTypefaceMethod.fnPtr; in registerNativeMethods()126 int result = env->RegisterNatives(clazz, gTypefaceDelegateMethods, numMethods); in registerNativeMethods()128 free((char*)gTypefaceDelegateMethods[i].name); in registerNativeMethods()