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

Method layout

shared/java/paragraph/Paragraph.java:95–99  ·  view source on GitHub ↗
(float width)

Source from the content-addressed store, hash-verified

93 }
94
95 public Paragraph layout(float width) {
96 Stats.onNativeCall();
97 _nLayout(_ptr, width);
98 return this;
99 }
100
101 public Paragraph paint(Canvas canvas, float x, float y) {
102 try {

Callers 10

drawParagraphMethod · 0.80
drawMethod · 0.80
drawParagraphMethod · 0.80
drawMethod · 0.80
drawLineMethod · 0.80
drawLineMethod · 0.80
drawSelectionMethod · 0.80
drawIndicesMethod · 0.80
drawPositionsMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nLayoutMethod · 0.95

Tested by

no test coverage detected