Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp95 struct SpotVerticesFactory { struct
96 enum class OccluderType {
110 SkVector fOffset;
111 SkPoint fLocalCenter;
112 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.
113 SkPoint3 fDevLightPos;
114 SkScalar fLightRadius;
115 OccluderType fOccluderType;
117 bool isCompatible(const SpotVerticesFactory& that, SkVector* translate) const { in isCompatible()
145 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()