MCPcopy 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

makeFromImageMethod · 0.45

Calls 6

getImageInfoMethod · 0.95
getRowBytesMethod · 0.95
onNativeCallMethod · 0.95
_nReadPixelsMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected