Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ _getFlags
Method
_getFlags
shared/java/SurfaceProps.java:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
@ApiStatus.Internal
30
public
int
_getFlags() {
31
return
0 | (_deviceIndependentFonts ? 1 : 0);
32
}
33
34
@ApiStatus.Internal
35
public
int
_getPixelGeometryOrdinal() {
Callers
5
Canvas
Method · 0.45
makeLinearGradient
Method · 0.45
makeRadialGradient
Method · 0.45
makeTwoPointConicalGradient
Method · 0.45
makeSweepGradient
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected