[][src]Function skia_bindings::C_SkLightingImageFilter_MakeSpotLitDiffuse

pub unsafe extern "C" fn C_SkLightingImageFilter_MakeSpotLitDiffuse(
    location: *const SkPoint3,
    target: *const SkPoint3,
    specularExponent: SkScalar,
    cutoffAngle: SkScalar,
    lightColor: SkColor,
    surfaceScale: SkScalar,
    kd: SkScalar,
    input: *mut SkImageFilter,
    cropRect: *const SkImageFilter_CropRect
) -> *mut SkImageFilter