Searched refs:nGetFilePath (Results 1 – 2 of 2) sorted by relevance
51 nativeFonts.add(new Font.Builder(new File(nGetFilePath(fontPtr))) in getAvailableFonts()77 return new Pair<>(new File(nGetFilePath(fontPtr)), runLength); in matchFamilyStyleCharacter()87 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 },