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

Method setForeground

shared/java/paragraph/TextStyle.java:68–76  ·  view source on GitHub ↗
(@Nullable Paint paint)

Source from the content-addressed store, hash-verified

66 }
67
68 public TextStyle setForeground(@Nullable Paint paint) {
69 try {
70 Stats.onNativeCall();
71 _nSetForeground(_ptr, Native.getPtr(paint));
72 return this;
73 } finally {
74 Reference.reachabilityFence(paint);
75 }
76 }
77
78 @Nullable
79 public Paint getBackground() {

Callers 1

drawMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nSetForegroundMethod · 0.95
getPtrMethod · 0.95

Tested by

no test coverage detected