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

Method installPixels

shared/java/Bitmap.java:545–547  ·  view source on GitHub ↗
(byte[] pixels)

Source from the content-addressed store, hash-verified

543 }
544
545 public boolean installPixels(byte[] pixels) {
546 return installPixels(getImageInfo(), pixels, getRowBytes());
547 }
548
549 /**
550 * <p>Sets ImageInfo to info following the rules in setImageInfo(), and creates PixelRef

Callers 3

drawPixelsMethod · 0.80
drawMethod · 0.80

Calls 6

getImageInfoMethod · 0.95
getRowBytesMethod · 0.95
onNativeCallMethod · 0.95
_nInstallPixelsMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected