Loading graphics/java/android/graphics/text/TextRunShaper.java +0 −4 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ import android.text.TextUtils; import com.android.internal.util.Preconditions; import dalvik.annotation.optimization.FastNative; /** * Provides conversion from a text into glyph array. * Loading Loading @@ -116,12 +114,10 @@ public class TextRunShaper { } } @FastNative private static native long nativeShapeTextRun( char[] text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint); @FastNative private static native long nativeShapeTextRun( String text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint); Loading libs/hwui/jni/text/TextShaper.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,6 @@ static jlong TextShaper_Result_nReleaseFunc(CRITICAL_JNI_PARAMS) { } static const JNINativeMethod gMethods[] = { // Fast Natives {"nativeShapeTextRun", "(" "[C" // text "I" // start Loading Loading
graphics/java/android/graphics/text/TextRunShaper.java +0 −4 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ import android.text.TextUtils; import com.android.internal.util.Preconditions; import dalvik.annotation.optimization.FastNative; /** * Provides conversion from a text into glyph array. * Loading Loading @@ -116,12 +114,10 @@ public class TextRunShaper { } } @FastNative private static native long nativeShapeTextRun( char[] text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint); @FastNative private static native long nativeShapeTextRun( String text, int start, int count, int contextStart, int contextCount, boolean isRtl, long nativePaint); Loading
libs/hwui/jni/text/TextShaper.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,6 @@ static jlong TextShaper_Result_nReleaseFunc(CRITICAL_JNI_PARAMS) { } static const JNINativeMethod gMethods[] = { // Fast Natives {"nativeShapeTextRun", "(" "[C" // text "I" // start Loading