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

Method _nMakeRaster

shared/java/Surface.java:938–938  ·  view source on GitHub ↗
(int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes, SurfaceProps surfaceProps)

Source from the content-addressed store, hash-verified

936 public static native long _nWrapPixels(int width, int height, int colorType, int alphaType, long colorSpacePtr, long pixelsPtr, long rowBytes, SurfaceProps surfaceProps);
937 public static native long _nWrapPixelsPixmap(long pixmapPtr, SurfaceProps surfaceProps);
938 public static native long _nMakeRaster(int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes, SurfaceProps surfaceProps);
939 public static native long _nWrapBackendRenderTarget(long pContext, long pBackendRenderTarget, int surfaceOrigin, int colorType, long colorSpacePtr, SurfaceProps surfaceProps);
940 public static native long _nWrapMTKView(long contextPtr, long mtkViewPtr, int surfaceOrigin, int sampleCount, int colorType, long colorSpacePtr, SurfaceProps surfaceProps);
941 public static native long _nMakeRenderTarget(long contextPtr, boolean budgeted, int width, int height, int colorType, int alphaType, long colorSpacePtr, int sampleCount, int surfaceOrigin, SurfaceProps surfaceProps, boolean shouldCreateWithMips);

Callers 1

makeRasterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected