skiko/src/commonMain/kotlin/org/jetbrains/skia/Bitmap.kt [1037:1063]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } finally { reachabilityBarrier(this) } } fun makeShader(localMatrix: Matrix33?): Shader { return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, localMatrix) } fun makeShader( tmx: FilterTileMode, tmy: FilterTileMode, localMatrix: Matrix33? ): Shader { return makeShader(tmx, tmy, SamplingMode.DEFAULT, localMatrix) } fun makeShader( tmx: FilterTileMode = FilterTileMode.CLAMP, tmy: FilterTileMode = FilterTileMode.CLAMP, sampling: SamplingMode = SamplingMode.DEFAULT, localMatrix: Matrix33? = null ): Shader { return try { Stats.onNativeCall() Shader( interopScope { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - skiko/src/commonMain/kotlin/org/jetbrains/skia/Image.kt [243:269]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } finally { reachabilityBarrier(this) } } fun makeShader(localMatrix: Matrix33?): Shader { return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, localMatrix) } fun makeShader( tmx: FilterTileMode, tmy: FilterTileMode, localMatrix: Matrix33? ): Shader { return makeShader(tmx, tmy, SamplingMode.DEFAULT, localMatrix) } fun makeShader( tmx: FilterTileMode = FilterTileMode.CLAMP, tmy: FilterTileMode = FilterTileMode.CLAMP, sampling: SamplingMode = SamplingMode.DEFAULT, localMatrix: Matrix33? = null ): Shader { return try { Stats.onNativeCall() Shader( interopScope { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -