Home
last modified time | relevance | path

Searched refs:nativeDocument (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/pdf/
DPdfDocument.java240 private native void nativeClose(long nativeDocument); in nativeClose() argument
242 private native void nativeFinishPage(long nativeDocument); in nativeFinishPage() argument
244 private native void nativeWriteTo(long nativeDocument, OutputStream out, byte[] chunk); in nativeWriteTo() argument
246 private static native long nativeStartPage(long nativeDocument, int pageWidth, int pageHeight, in nativeStartPage() argument