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

Method _nBeginPage

shared/java/Document.java:86–86  ·  view source on GitHub ↗
(long ptr, float width, float height)

Source from the content-addressed store, hash-verified

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);
89 @ApiStatus.Internal public static native void _nAbort(long ptr);

Callers 1

beginPageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected