Home
last modified time | relevance | path

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

/external/skia/gm/
Dlighting.cpp67 SkPoint3 spotLocation = SkPoint3::Make(spotTarget.fX + 70.7214f * cosAzimuth, in onDraw() local
112 paint.setImageFilter(SkLightingImageFilter::MakeSpotLitDiffuse(spotLocation, in onDraw()
143 paint.setImageFilter(SkLightingImageFilter::MakeSpotLitSpecular(spotLocation, in onDraw()
Dimagefiltersscaled.cpp82 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() local
113 SkLightingImageFilter::MakeSpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
/external/skia/bench/
DLightingBench.cpp48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local
51 return spotLocation; in GetSpotLocation()