MCPcopy Create free account
hub / github.com/HumbleUI/Skija / readPixels

Method readPixels

shared/java/Codec.java:83–89  ·  view source on GitHub ↗

Decodes an image into a bitmap. @return decoded bitmap

()

Source from the content-addressed store, hash-verified

81 * @return decoded bitmap
82 */
83 @NotNull @Contract("_ -> new")
84 public Bitmap readPixels() {
85 Bitmap bitmap = new Bitmap();
86 bitmap.allocPixels(getImageInfo());
87 readPixels(bitmap);
88 return bitmap;
89 }
90
91 /**
92 * <p>Decodes an image into a bitmap.</p>

Calls 7

allocPixelsMethod · 0.95
getImageInfoMethod · 0.95
onNativeCallMethod · 0.95
_validateResultMethod · 0.95
_nReadPixelsMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.36