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

Method setRect

shared/java/Region.java:88–95  ·  view source on GitHub ↗
(IRect rect)

Source from the content-addressed store, hash-verified

86 }
87
88 public boolean setRect(IRect rect) {
89 try {
90 Stats.onNativeCall();
91 return _nSetRect(_ptr, rect._left, rect._top, rect._right, rect._bottom);
92 } finally {
93 ReferenceUtil.reachabilityFence(this);
94 }
95 }
96
97 public boolean setRects(IRect[] rects) {
98 try {

Callers 5

drawRegionsMethod · 0.95
drawLeftMethod · 0.80
drawRightMethod · 0.80
drawCanvasMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nSetRectMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected