All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nativeMain.org.jetbrains.skia.Data.native.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.skia

import org.jetbrains.skia.impl.Stats
import org.jetbrains.skia.impl.interopScope

/**
 * Create a new dataref the file with the specified path.
 * If the file cannot be opened, this returns null.
 */
fun Data.Companion.makeFromFileName(path: String?): Data {
    Stats.onNativeCall()
    interopScope {
        return Data(_nMakeFromFileName(toInterop(path)))
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy