MCPcopy Index your code
hub / github.com/HumbleUI/Skija / makeShader

Method makeShader

shared/java/Bitmap.java:1026–1029  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1024 }
1025
1026 @NotNull
1027 public Shader makeShader() {
1028 return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null);
1029 }
1030
1031 @NotNull
1032 public Shader makeShader(@Nullable Matrix33 localMatrix) {

Callers

nothing calls this directly

Calls 4

onNativeCallMethod · 0.95
_nMakeShaderMethod · 0.95
reachabilityFenceMethod · 0.95
_packMethod · 0.65

Tested by

no test coverage detected