Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp86 struct AmbientVerticesFactory { struct
87 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.
88 bool fTransparent;
89 SkVector fOffset;
91 bool isCompatible(const AmbientVerticesFactory& that, SkVector* translate) const { in isCompatible()
99 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()