Searched defs:spotLocation (Results 1 - 3 of 3) sorted by relevance

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

Completed in 592 milliseconds