Searched refs:spotLocation (Results 1 – 3 of 3) sorted by relevance
67 SkPoint3 spotLocation = SkPoint3::Make(spotTarget.fX + 70.7214f * cosAzimuth, in onDraw() local112 paint.setImageFilter(SkLightingImageFilter::MakeSpotLitDiffuse(spotLocation, in onDraw()143 paint.setImageFilter(SkLightingImageFilter::MakeSpotLitSpecular(spotLocation, in onDraw()
82 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() local113 SkLightingImageFilter::MakeSpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local51 return spotLocation; in GetSpotLocation()