Home
last modified time | relevance | path

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

/external/skqp/src/utils/
DSkShadowUtils.cpp82 struct AmbientVerticesFactory { struct
83 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()
/external/skia/src/utils/
DSkShadowUtils.cpp83 struct AmbientVerticesFactory { struct
84 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()