Searched defs:nInit (Results 1 – 10 of 10) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 20 static long nInit(long nPath) { in nInit() method in Path_Delegate
|
/frameworks/base/core/java/android/text/ |
D | Hyphenator.java | 33 private static native void nInit(); in nInit() method in Hyphenator
|
/frameworks/base/libs/hwui/jni/text/ |
D | LineBreaker.cpp | 54 static jlong nInit(JNIEnv* env, jclass /* unused */, jint breakStrategy, jint hyphenationFrequency, in nInit() function 131 {"nInit", in nInit() method
|
/frameworks/base/core/jni/ |
D | android_text_Hyphenator.cpp | 246 {"nInit", "()V", (void*) init}, in nInit() method
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
D | TestInterface.java | 30 native long nInit(long options); in nInit() method in TestInterface
|
/frameworks/base/graphics/java/android/graphics/text/ |
D | LineBreaker.java | 601 private static native long nInit(@BreakStrategy int breakStrategy, in nInit() method in LineBreaker
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 854 private static native long nInit(); in nInit() method in Path 855 private static native long nInit(long nPath); in nInit() method in Path
|
D | Paint.java | 3818 private static native long nInit(); in nInit() method in Paint
|
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 535 {"nInit", "()J", (void*)SkPathGlue::init}, in nInit() method 536 {"nInit", "(J)J", (void*)SkPathGlue::init_Path}, in nInit() method
|
D | Paint.cpp | 1181 {"nInit", "()J", (void*)PaintGlue::init}, in nInit() method
|