HomeSort by relevance Sort by last modified time
    Searched refs:nGetAxisValue (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/fonts/
NativeSystemFontHelper.java 49 tagToStr(nGetAxisTag(fontPtr, i)), nGetAxisValue(fontPtr, i));
94 private static native float nGetAxisValue(long ptr, int index);
  /cts/tests/tests/graphics/jni/
android_graphics_fonts_cts_SystemFonts.cpp 183 jfloat nGetAxisValue(JNIEnv*, jclass, jlong ptr, jint axisIndex) {
228 { "nGetAxisValue", "(JI)F", (void*) nGetAxisValue },

Completed in 549 milliseconds