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

Method _nWrapBackendRenderTarget

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

Source from the content-addressed store, hash-verified

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);
942 public static native long _nMakeNull(int width, int height);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected