MCPcopy Create free account
hub / github.com/JetBrains/skija / installPixels

Method installPixels

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

Source from the content-addressed store, hash-verified

517 }
518
519 public boolean installPixels(byte[] pixels) {
520 return installPixels(getImageInfo(), pixels, getRowBytes());
521 }
522
523 /**
524 * <p>Sets ImageInfo to info following the rules in setImageInfo(), and creates PixelRef

Callers 3

drawPixelsMethod · 0.80
drawMethod · 0.80

Calls 5

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

Tested by

no test coverage detected