Searched defs:AmbientVerticesFactory (Results 1 – 1 of 1) sorted by relevance
69 struct AmbientVerticesFactory { struct70 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()