Home
last modified time | relevance | path

Searched refs:SkDiffuseLightingImageFilter (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkLightingImageFilter.cpp476 class SkDiffuseLightingImageFilter : public SkLightingImageFilterInternal { class
483 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiffuseLightingImageFilter) in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS() argument
487 SkDiffuseLightingImageFilter(SkImageFilterLight* light, SkScalar surfaceScale,
1110 return SkDiffuseLightingImageFilter::Create(light, surfaceScale, kd, input, cropRect); in CreateDistantLitDiffuse()
1120 return SkDiffuseLightingImageFilter::Create(light, surfaceScale, kd, input, cropRect); in CreatePointLitDiffuse()
1134 return SkDiffuseLightingImageFilter::Create(light, surfaceScale, kd, input, cropRect); in CreateSpotLitDiffuse()
1184 SkImageFilter* SkDiffuseLightingImageFilter::Create(SkImageFilterLight* light, in Create()
1200 return new SkDiffuseLightingImageFilter(light, surfaceScale, kd, input, cropRect); in Create()
1203 SkDiffuseLightingImageFilter::SkDiffuseLightingImageFilter(SkImageFilterLight* light, in SkDiffuseLightingImageFilter() function in SkDiffuseLightingImageFilter
1213 SkFlattenable* SkDiffuseLightingImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc()
[all …]