Searched defs:AmbientVerticesFactory (Results 1 – 1 of 1) sorted by relevance
67 struct AmbientVerticesFactory { struct68 SkScalar fOccluderHeight = SK_ScalarNaN; // NaN so that isCompatible will fail until init'ed.69 bool fTransparent;70 SkVector fOffset;72 bool isCompatible(const AmbientVerticesFactory& that, SkVector* translate) const { in isCompatible()80 sk_sp<SkVertices> makeVertices(const SkPath& path, const SkMatrix& ctm, in makeVertices()