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

Method endPage

shared/java/Document.java:64–67  ·  view source on GitHub ↗

Call endPage() when the content for the current page has been drawn (into the canvas returned by beginPage()).

()

Source from the content-addressed store, hash-verified

62 * (into the canvas returned by beginPage()).</p>
63 */
64 public void endPage() {
65 Stats.onNativeCall();
66 _nEndPage(_ptr);
67 }
68
69 @Override
70 public void close() {

Callers 2

executeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nEndPageMethod · 0.95

Tested by 1

executeMethod · 0.64