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;
20 struct SkDrawShadowRec { struct21 SkPoint3 fZPlaneParams;22 SkPoint3 fLightPos;23 SkScalar fLightRadius;24 SkColor fAmbientColor;25 SkColor fSpotColor;26 uint32_t fFlags;
67 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()
79 void onDrawShadowRec(const SkPath&, const SkDrawShadowRec&) override {} in onDrawShadowRec()