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

Method _nSetForeground

shared/java/paragraph/TextStyle.java:352–352  ·  view source on GitHub ↗
(long ptr, long paintPtr)

Source from the content-addressed store, hash-verified

350 public static native void _nSetColor(long ptr,int color);
351 public static native long _nGetForeground(long ptr);
352 public static native void _nSetForeground(long ptr, long paintPtr);
353 public static native long _nGetBackground(long ptr);
354 public static native void _nSetBackground(long ptr, long paintPtr);
355 public static native DecorationStyle _nGetDecorationStyle(long ptr);

Callers 1

setForegroundMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected