MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getPixelsPtr

Method getPixelsPtr

shared/java/LayerRaster.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public long getPixelsPtr() {
63 assert _onUIThread() : "Should be run on UI thread";
64 return _nGetPixelsPtr();
65 }
66
67 public int getRowBytes() {
68 assert _onUIThread() : "Should be run on UI thread";

Callers 1

frameMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95
_nGetPixelsPtrMethod · 0.95

Tested by

no test coverage detected