Searched refs:SpotVerticesFactory (Results 1 – 1 of 1) sorted by relevance
114 struct SpotVerticesFactory { struct132 bool isCompatible(const SpotVerticesFactory& that, SkVector* translate) const { in isCompatible() argument200 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find()205 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add()270 Set<SpotVerticesFactory, 4> fSpotSet;584 SpotVerticesFactory factory; in drawShadow()606 factory.fOccluderType = SpotVerticesFactory::OccluderType::kTransparent; in drawShadow()609 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaqueNoUmbra; in drawShadow()611 factory.fOccluderType = SpotVerticesFactory::OccluderType::kOpaquePartialUmbra; in drawShadow()618 case SpotVerticesFactory::OccluderType::kTransparent: in drawShadow()[all …]