Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HumbleUI/Skija
/ readPixels
Method
readPixels
shared/java/Bitmap.java:918–921 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
916
}
917
918
@Nullable
919
public
byte[] readPixels() {
920
return
readPixels(getImageInfo(), getRowBytes(), 0, 0);
921
}
922
923
/**
924
* <p>Copies a rect of pixels from Bitmap. Copy starts at (srcX, srcY),
Callers
1
makeFromImage
Method · 0.45
Calls
6
getImageInfo
Method · 0.95
getRowBytes
Method · 0.95
onNativeCall
Method · 0.95
_nReadPixels
Method · 0.95
getPtr
Method · 0.95
reachabilityFence
Method · 0.95
Tested by
no test coverage detected