Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkShadowUtils.cpp145 struct SpotVerticesFactory { struct
146 enum class OccluderType {
158 SkVector fOffset;
159 SkPoint fLocalCenter;
160 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.
161 SkPoint3 fDevLightPos;
162 SkScalar fLightRadius;
163 OccluderType fOccluderType;
165 bool isCompatible(const SpotVerticesFactory& that, SkVector* translate) const { in isCompatible()
192 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()