Home
last modified time | relevance | path

Searched defs:LightOnSphere (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/samplecode/
DSample3D.cpp148 struct LightOnSphere { struct
149 SkV2 fLoc;
150 SkScalar fDistance;
151 SkScalar fRadius;
153 SkV3 computeWorldPos(const VSphere& s) const { in computeWorldPos()
157 void draw(SkCanvas* canvas) const { in draw()