Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java138 nCloseFont(fontPtr); in getAvailableFonts()
156 nCloseFont(fontPtr); in matchFamilyStyleCharacter()
163 private static native void nCloseFont(long ptr); in nCloseFont() method in NativeSystemFontHelper
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp151 void nCloseFont(JNIEnv*, jclass, jlong ptr) { in nCloseFont() function
220 { "nCloseFont", "(J)V", (void*) nCloseFont },