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

Method _nLayout

shared/java/paragraph/Paragraph.java:259–259  ·  view source on GitHub ↗
(long ptr, float width)

Source from the content-addressed store, hash-verified

257 public static native float _nGetLongestLine(long ptr);
258 public static native boolean _nDidExceedMaxLines(long ptr);
259 public static native void _nLayout(long ptr, float width);
260 public static native long _nPaint(long ptr, long canvasPtr, float x, float y);
261 public static native TextBox[] _nGetRectsForRange(long ptr, int start, int end, int rectHeightMode, int rectWidthMode);
262 public static native TextBox[] _nGetRectsForPlaceholders(long ptr);

Callers 1

layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected