Searched refs:nGetAxisValue (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | NativeSystemFontHelper.java | 49 tagToStr(nGetAxisTag(fontPtr, i)), nGetAxisValue(fontPtr, i)); in getAvailableFonts() 94 private static native float nGetAxisValue(long ptr, int index); in nGetAxisValue() method in NativeSystemFontHelper
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_fonts_cts_SystemFonts.cpp | 183 jfloat nGetAxisValue(JNIEnv*, jclass, jlong ptr, jint axisIndex) { in nGetAxisValue() function 228 { "nGetAxisValue", "(JI)F", (void*) nGetAxisValue },
|