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

Method _nMakeFromBackendRenderTarget

shared/java/Surface.java:893–893  ·  view source on GitHub ↗
(long pContext, long pBackendRenderTarget, int surfaceOrigin, int colorType, long colorSpacePtr, SurfaceProps surfaceProps)

Source from the content-addressed store, hash-verified

891 public static native long _nMakeRaster(int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes, SurfaceProps surfaceProps);
892 public static native long _nMakeRasterN32Premul(int width, int height);
893 public static native long _nMakeFromBackendRenderTarget(long pContext, long pBackendRenderTarget, int surfaceOrigin, int colorType, long colorSpacePtr, SurfaceProps surfaceProps);
894 public static native long _nMakeFromMTKView(long contextPtr, long mtkViewPtr, int surfaceOrigin, int sampleCount, int colorType, long colorSpacePtr, SurfaceProps surfaceProps);
895 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);
896 public static native long _nMakeNull(int width, int height);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected