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

Method makeShader

shared/java/Image.java:305–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 @NotNull
306 public Shader makeShader() {
307 return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null);
308 }
309
310 @NotNull
311 public Shader makeShader(@Nullable Matrix33 localMatrix) {

Calls 4

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

Tested by 1

executeMethod · 0.36