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

Method makeRaster

shared/java/Image.java:22–25  ·  view source on GitHub ↗

@deprecated - use #makeRasterFromBytes(ImageInfo, byte[], long)

(ImageInfo imageInfo, byte[] bytes, long rowBytes)

Source from the content-addressed store, hash-verified

20 * @deprecated - use {@link #makeRasterFromBytes(ImageInfo, byte[], long)}
21 */
22 @Deprecated
23 public static Image makeRaster(ImageInfo imageInfo, byte[] bytes, long rowBytes) {
24 return makeRasterFromBytes(imageInfo, bytes, rowBytes);
25 }
26
27 /**
28 * <p>Creates Image and adopts texture.</p>

Callers

nothing calls this directly

Calls 2

makeRasterFromBytesMethod · 0.95
makeRasterFromDataMethod · 0.95

Tested by

no test coverage detected