Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp114 struct SpotVerticesFactory { struct
115 enum class OccluderType {
125 SkVector fOffset;
126 SkPoint fLocalCenter;
127 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.
128 SkPoint3 fDevLightPos;
129 SkScalar fLightRadius;
130 OccluderType fOccluderType;
132 bool isCompatible(const SpotVerticesFactory& that, SkVector* translate) const { in isCompatible()
157 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()