Home
last modified time | relevance | path

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

/external/skqp/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/gm/
Dlighting.cpp76 SkPoint3 spotLocation = SkPoint3::Make(spotTarget.fX + 70.7214f * cosAzimuth, in onDraw() local
114 spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, in onDraw()
129 spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, in onDraw()
Dimagefiltersscaled.cpp91 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() local
114 SkImageFilters::SpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
/external/skqp/bench/
DLightingBench.cpp48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local
51 return spotLocation; in GetSpotLocation()
/external/skia/bench/
DLightingBench.cpp48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local
51 return spotLocation; in GetSpotLocation()