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

Method makeShader

shared/java/Image.java:220–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 @NotNull
221 public Shader makeShader() {
222 return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null);
223 }
224
225 @NotNull
226 public Shader makeShader(@Nullable Matrix33 localMatrix) {

Callers 10

RuntimeEffectSceneMethod · 0.45
drawMethod · 0.45
drawSineMethod · 0.45
drawBlurMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 3

onNativeCallMethod · 0.95
_nMakeShaderMethod · 0.95
_packMethod · 0.65

Tested by

no test coverage detected