[][src]Function skia_bindings::SkPath_interpolate

pub unsafe extern "C" fn SkPath_interpolate(
    this: *const SkPath,
    ending: *const SkPath,
    weight: SkScalar,
    out: *mut SkPath
) -> bool