[][src]Function skia_bindings::C_SkSurface_MakeFromBackendRenderTarget

pub unsafe extern "C" fn C_SkSurface_MakeFromBackendRenderTarget(
    context: *mut GrContext,
    backendRenderTarget: *const GrBackendRenderTarget,
    origin: GrSurfaceOrigin,
    colorType: SkColorType,
    colorSpace: *const SkColorSpace,
    surfaceProps: *const SkSurfaceProps
) -> *mut SkSurface