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

Method getForeground

shared/java/paragraph/TextStyle.java:57–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 @Nullable
58 public Paint getForeground() {
59 try {
60 Stats.onNativeCall();
61 long ptr = _nGetForeground(_ptr);
62 return ptr == 0 ? null : new Paint(ptr, true);
63 } finally {
64 Reference.reachabilityFence(this);
65 }
66 }
67
68 public TextStyle setForeground(@Nullable Paint paint) {
69 try {

Calls 2

onNativeCallMethod · 0.95
_nGetForegroundMethod · 0.95

Tested by

no test coverage detected