Home
last modified time | relevance | path

Searched defs:nativeWriteTypefaces (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeTypeface.java224 protected static int nativeWriteTypefaces(ByteBuffer buffer, long[] nativePtrs) { in nativeWriteTypefaces() method in ShadowNativeTypeface
229 protected static int nativeWriteTypefaces(ByteBuffer buffer, int position, long[] nativePtrs) { in nativeWriteTypefaces() method in ShadowNativeTypeface
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DTypefaceNatives.java61 public static native int nativeWriteTypefaces(ByteBuffer buffer, long[] nativePtrs); in nativeWriteTypefaces() method in TypefaceNatives