MCPcopy 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

makeFromImageMethod · 0.45

Calls 5

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

Tested by

no test coverage detected