Searched defs:lightColor (Results  1 – 2 of 2) sorted by relevance
| /external/skia/src/effects/imagefilters/ | 
| D | SkLightingImageFilter.cpp | 916     SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); }  in lightColor()  function in __anon1bc8390c0411::SkDistantLight973     SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); }  in lightColor()  function in __anon1bc8390c0411::SkPointLight
 1077     SkPoint3 lightColor(const SkPoint3& surfaceToLight) const override {  in lightColor()  function in __anon1bc8390c0411::SkSpotLight
 1203         const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd,  in DistantLitDiffuse()
 1211         const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd,  in PointLitDiffuse()
 1220         SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd,  in SpotLitDiffuse()
 1229         const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks,  in DistantLitSpecular()
 1237         const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks,  in PointLitSpecular()
 1246         SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks,  in SpotLitSpecular()
 
 | 
| /external/skia/fuzz/ | 
| D | FuzzCanvas.cpp | 459     SkColor lightColor;  in make_fuzz_lighting_imagefilter()  local
 |