[][src]Function skia_bindings::SkSurface_MakeFromBackendRenderTarget

pub unsafe extern "C" fn SkSurface_MakeFromBackendRenderTarget(
    context: *mut GrContext,
    backendRenderTarget: *const GrBackendRenderTarget,
    origin: GrSurfaceOrigin,
    colorType: SkColorType,
    colorSpace: sk_sp<SkColorSpace>,
    surfaceProps: *const SkSurfaceProps,
    releaseProc: SkSurface_RenderTargetReleaseProc,
    releaseContext: SkSurface_ReleaseContext
) -> sk_sp<SkSurface>