Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ withWidthHeight
Method
withWidthHeight
shared/java/ImageInfo.java:164–167 ·
view source on GitHub ↗
(int width, int height)
Source
from the content-addressed store, hash-verified
162
}
163
164
@NotNull
165
public
ImageInfo withWidthHeight(
int
width,
int
height) {
166
return
new
ImageInfo(_colorInfo, width, height);
167
}
168
169
/**
170
* Returns number of bytes per pixel required by ColorType.
Callers
1
drawPixelRef
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected