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

Method _nAddShadow

shared/java/paragraph/TextStyle.java:360–360  ·  view source on GitHub ↗
(long ptr, int color, float offsetX, float offsetY, double blurSigma)

Source from the content-addressed store, hash-verified

358 public static native void _nSetFontStyle(long ptr, int fontStyle);
359 public static native Shadow[] _nGetShadows(long ptr);
360 public static native void _nAddShadow(long ptr, int color, float offsetX, float offsetY, double blurSigma);
361 public static native void _nClearShadows(long ptr);
362 public static native FontFeature[] _nGetFontFeatures(long ptr);
363 public static native void _nAddFontFeature(long ptr, String name, int value);

Callers 1

addShadowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected