Home
last modified time | relevance | path

Searched refs:nGetFilePath (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java51 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
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp155 jstring nGetFilePath(JNIEnv* env, jclass, jlong ptr) { in nGetFilePath() function
221 { "nGetFilePath", "(J)Ljava/lang/String;", (void*) nGetFilePath },