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

Method draw

shared/java/Drawable.java:33–36  ·  view source on GitHub ↗

Draws into the specified content. The drawing sequence will be balanced upon return (i.e. the saveLevel() on the canvas will match what it was when draw() was called, and the current matrix and clip settings will not be changed.

(Canvas canvas)

Source from the content-addressed store, hash-verified

31 * and the current matrix and clip settings will not be changed.
32 */
33 @ApiStatus.NonExtendable
34 public Drawable draw(Canvas canvas) {
35 return draw(canvas, null);
36 }
37
38 /**
39 * Draws into the specified content. The drawing sequence will be balanced upon return

Callers

nothing calls this directly

Calls 5

makeTranslateMethod · 0.95
onNativeCallMethod · 0.95
_nDrawMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected