Searched defs:SkDrawShadowRec (Results 1 – 5 of 5) 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;
20 struct SkDrawShadowRec { struct21 SkPoint3 fZPlaneParams;22 SkPoint3 fLightPos;23 SkScalar fLightRadius;24 SkColor fAmbientColor;25 SkColor fSpotColor;26 uint32_t fFlags;
104 void drawShadow(const SkPath&, const SkDrawShadowRec&) override {} in drawShadow()
67 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()
77 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()