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

Method _nSetStrokeWidth

shared/java/Paint.java:699–699  ·  view source on GitHub ↗
(long ptr, float value)

Source from the content-addressed store, hash-verified

697 public static native void _nSetColor4f(long ptr, float r, float g, float b, float a, long colorSpacePtr);
698 public static native float _nGetStrokeWidth(long ptr);
699 public static native void _nSetStrokeWidth(long ptr, float value);
700 public static native float _nGetStrokeMiter(long ptr);
701 public static native void _nSetStrokeMiter(long ptr, float value);
702 public static native int _nGetStrokeCap(long ptr);

Callers 1

setStrokeWidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected