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

Method _nGetRectsForRange

shared/java/paragraph/Paragraph.java:261–261  ·  view source on GitHub ↗
(long ptr, int start, int end, int rectHeightMode, int rectWidthMode)

Source from the content-addressed store, hash-verified

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);
263 public static native int _nGetGlyphPositionAtCoordinate(long ptr, float dx, float dy);
264 public static native long _nGetWordBoundary(long ptr, int offset);

Callers 1

getRectsForRangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected