Searched refs:nGetFilePath (Results 1 – 2 of 2) sorted by relevance
123 font.mFilePath = nGetFilePath(fontPtr); in getAvailableFonts()154 return new Pair<>(new File(nGetFilePath(fontPtr)), runLength); in matchFamilyStyleCharacter()164 private static native String nGetFilePath(long ptr); in nGetFilePath() method in NativeSystemFontHelper
155 jstring nGetFilePath(JNIEnv* env, jclass, jlong ptr) { in nGetFilePath() function221 { "nGetFilePath", "(J)Ljava/lang/String;", (void*) nGetFilePath },