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

Method _nResize

shared/java/LayerRaster.java:79–79  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

77 @ApiStatus.Internal public native void _nAttach(Window window);
78 @ApiStatus.Internal public native void _nReconfigure();
79 @ApiStatus.Internal public native void _nResize(int width, int height);
80 @ApiStatus.Internal public native void _nSwapBuffers();
81 @ApiStatus.Internal public native long _nGetPixelsPtr();
82 @ApiStatus.Internal public native int _nGetRowBytes();

Callers 1

resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected