Searched defs:SkDrawShadowRec (Results 1 – 3 of 3) sorted by relevance
26 struct SkDrawShadowRec { struct27 SkPoint3 fZPlaneParams;28 SkPoint3 fLightPos;29 SkScalar fLightRadius;30 SkColor fAmbientColor;31 SkColor fSpotColor;32 uint32_t fFlags;
137 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override { in onDrawShadowRec()
65 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()