[][src]Function skia_bindings::Op

pub unsafe extern "C" fn Op(
    one: *const SkPath,
    two: *const SkPath,
    op: SkPathOp,
    result: *mut SkPath
) -> bool