Searched refs:spotLocation (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/gm/ |
D | lighting.cpp | 75 SkPoint3 spotLocation = SkPoint3::Make(spotTarget.fX + 70.7214f * cosAzimuth, in onDraw() local 117 spotLocation, spotTarget, spotExponent1, cutoffAngleSmall, SK_ColorWHITE, in onDraw() 123 spotLocation, spotTarget, spotExponent10, cutoffAngleNone, SK_ColorWHITE, in onDraw() 129 spotLocation, spotTarget, spotExponent1, cutoffAngleNone, SK_ColorWHITE, in onDraw() 150 spotLocation, spotTarget, spotExponent1, cutoffAngleSmall, SK_ColorWHITE, in onDraw() 156 spotLocation, spotTarget, spotExponent10, cutoffAngleNone, SK_ColorWHITE, in onDraw() 162 spotLocation, spotTarget, spotExponent1, cutoffAngleNone, SK_ColorWHITE, in onDraw()
|
D | imagefiltersscaled.cpp | 85 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() local 109 SkImageFilters::SpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
|
/third_party/flutter/skia/gm/ |
D | lighting.cpp | 76 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()
|
D | imagefiltersscaled.cpp | 91 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() local 114 SkImageFilters::SpotLitDiffuse(spotLocation, spotTarget, spotExponent, in onDraw()
|
/third_party/skia/bench/ |
D | LightingBench.cpp | 48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local 51 return spotLocation; in GetSpotLocation()
|
/third_party/flutter/skia/bench/ |
D | LightingBench.cpp | 48 static SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in GetSpotLocation() local 51 return spotLocation; in GetSpotLocation()
|