Searched refs:spotLocation (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | lighting.cpp | 78 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()
|
D | imagefiltersscaled.cpp | 79 SkPoint3 spotLocation(SkIntToScalar(-10), SkIntToScalar(-10), SkIntToScalar(20)); in onDraw() local 105 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
|
/external/skia/bench/ |
D | LightingBench.cpp | 50 static SkPoint3 spotLocation(SkIntToScalar(-10), SkIntToScalar(-10), SkIntToScalar(20)); in getSpotLocation() local 51 return spotLocation; in getSpotLocation()
|