Searched defs:AmbientVerticesFactory (Results 1 – 2 of 2) sorted by relevance
82 struct AmbientVerticesFactory { struct83 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.84 bool fTransparent;85 SkVector fOffset;87 bool isCompatible(const AmbientVerticesFactory& that, SkVector* translate) const { in isCompatible()95 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()
83 struct AmbientVerticesFactory { struct84 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.85 bool fTransparent;86 SkVector fOffset;88 bool isCompatible(const AmbientVerticesFactory& that, SkVector* translate) const { in isCompatible()96 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()