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

Method _nEndPage

shared/java/Document.java:87–87  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

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);
90}

Callers 1

endPageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected