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

Method makeShader

shared/java/Bitmap.java:924–927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

922 }
923
924 @NotNull
925 public Shader makeShader() {
926 return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null);
927 }
928
929 @NotNull
930 public Shader makeShader(@Nullable Matrix33 localMatrix) {

Callers

nothing calls this directly

Calls 3

onNativeCallMethod · 0.95
_nMakeShaderMethod · 0.95
_packMethod · 0.65

Tested by

no test coverage detected