Searched defs:PointSet (Results 1 – 2 of 2) sorted by relevance
44 struct PointSet { struct45 const SkPoint* fPts;46 size_t fCount;47 bool fIsFinite;
138 struct PointSet { struct142 // No two Points in the same PointSet should have the same set of labels. argument150 std::map<string, std::unique_ptr<PointSet>> point_set_map; argument