Searched refs:SpotLitDiffuse (Results 1 – 7 of 7) sorted by relevance
116 paint.setImageFilter(SkImageFilters::SpotLitDiffuse( in onDraw()122 paint.setImageFilter(SkImageFilters::SpotLitDiffuse( in onDraw()128 paint.setImageFilter(SkImageFilters::SpotLitDiffuse( in onDraw()
110 SkImageFilters::SpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
144 draw(loops, canvas, SkImageFilters::SpotLitDiffuse( in onDraw()
179 return SkImageFilters::SpotLitDiffuse( in makeSpotLight()
429 static sk_sp<SkImageFilter> SpotLitDiffuse(const SkPoint3& location, const SkPoint3& target,
485 return SkImageFilters::SpotLitDiffuse( in make_fuzz_lighting_imagefilter()
1160 sk_sp<SkImageFilter> SkImageFilters::SpotLitDiffuse( in SpotLitDiffuse() function in SkImageFilters