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

Method clip

examples/scenes/src/SwingScene.java:466–474  ·  view source on GitHub ↗
(java.awt.Shape s)

Source from the content-addressed store, hash-verified

464 }
465
466 @Override
467 public void clip(java.awt.Shape s) {
468 if (s instanceof java.awt.Rectangle) {
469 log("[+] clip " + s);
470 var r = (java.awt.Rectangle) s;
471 clipRect(r.x, r.y, r.width, r.height);
472 } else
473 log("clip " + s);
474 }
475
476 @Override
477 public java.awt.font.FontRenderContext getFontRenderContext() {

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
clipRectMethod · 0.95

Tested by

no test coverage detected