Searched defs:SkDrawShadowRec (Results 1 – 4 of 4) sorted by relevance
19 struct SkDrawShadowRec { struct20 SkPoint3 fZPlaneParams;21 SkPoint3 fLightPos;22 SkScalar fLightRadius;23 SkColor fAmbientColor;24 SkColor fSpotColor;25 uint32_t fFlags;
79 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()
80 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()