Home
last modified time | relevance | path

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

/external/skia/gm/
Dlighting.cpp78 SkPoint3 spotLocation(SkIntToScalar(-10), SkIntToScalar(-10), SkIntToScalar(20)); in onDraw() local
113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, in onDraw()
144 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, in onDraw()
Dimagefiltersscaled.cpp79 SkPoint3 spotLocation(SkIntToScalar(-10), SkIntToScalar(-10), SkIntToScalar(20)); in onDraw() local
105 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
/external/skia/bench/
DLightingBench.cpp50 static SkPoint3 spotLocation(SkIntToScalar(-10), SkIntToScalar(-10), SkIntToScalar(20)); in getSpotLocation() local
51 return spotLocation; in getSpotLocation()