Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ readPixels
Method
readPixels
shared/java/Bitmap.java:817–820 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
815
}
816
817
@Nullable
818
public
byte[] readPixels() {
819
return
readPixels(getImageInfo(), getRowBytes(), 0, 0);
820
}
821
822
/**
823
* <p>Copies a rect of pixels from Bitmap. Copy starts at (srcX, srcY),
Callers
1
makeFromImage
Method · 0.45
Calls
5
getImageInfo
Method · 0.95
getRowBytes
Method · 0.95
onNativeCall
Method · 0.95
_nReadPixels
Method · 0.95
getPtr
Method · 0.95
Tested by
no test coverage detected