MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakePDF

Method _nMakePDF

shared/java/Document.java:85–85  ·  view source on GitHub ↗
(long streamPtr, String title, String author, String subject, String keywords, String creator, String producer, long creationDate, long modifiedDate)

Source from the content-addressed store, hash-verified

83 }
84
85 @ApiStatus.Internal public static native long _nMakePDF(long streamPtr, String title, String author, String subject, String keywords, String creator, String producer, long creationDate, long modifiedDate);
86 @ApiStatus.Internal public static native long _nBeginPage(long ptr, float width, float height);
87 @ApiStatus.Internal public static native void _nEndPage(long ptr);
88 @ApiStatus.Internal public static native void _nClose(long ptr);

Callers 1

makePDFMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected