Home
last modified time | relevance | path

Searched refs:SpotVerticesFactory (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkShadowUtils.cpp145 struct SpotVerticesFactory { struct
165 bool isCompatible(const SpotVerticesFactory& that, SkVector* translate) const { in isCompatible()
241 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find()
246 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add()
312 Set<SpotVerticesFactory, 4> fSpotSet;
785 SpotVerticesFactory factory; in drawShadow()
809 factory.fOccluderType = SpotVerticesFactory::OccluderType::kDirectional; in drawShadow()
815 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent; in drawShadow()
818 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaqueNoUmbra; in drawShadow()
820 factory.fOccluderType = SpotVerticesFactory in drawShadow()
[all...]

Completed in 3 milliseconds