Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp69 struct AmbientVerticesFactory { struct
70 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.
71 bool fTransparent;
72 SkVector fOffset;
74 bool isCompatible(const AmbientVerticesFactory& that, SkVector* translate) const { in isCompatible()
82 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()