Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkShadowUtils.cpp67 struct AmbientVerticesFactory { struct
68 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()