Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Java_org_jetbrains_skija_paragraph_Paragraph__1nLayout
Function · 0.80
drawParagraph
Method · 0.80
draw
Method · 0.80
drawParagraph
Method · 0.80
draw
Method · 0.80
drawLine
Method · 0.80
drawLine
Method · 0.80
drawSelection
Method · 0.80
drawIndices
Method · 0.80
drawPositions
Method · 0.80
Calls
2
onNativeCall
Method · 0.95
_nLayout
Method · 0.95
Tested by
no test coverage detected