MCPcopy Create free account
hub / github.com/JetBrains/skija / _nLayout

Method _nLayout

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

Source from the content-addressed store, hash-verified

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

Callers 1

layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected