Searched defs:ShapeData (Results 1 – 2 of 2) sorted by relevance
35 struct ShapeData { struct38 Key() {} in Key()39 Key(const Key& that) { *this = that; } in Key()40 Key(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in Key()41 Key(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in Key()49 void set(const GrShape& shape, uint32_t dim) { in set()60 void set(const GrShape& shape, const SkMatrix& ctm) { in set()110 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ShapeData); argument112 static inline const Key& GetKey(const ShapeData& data) { in GetKey() argument123 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache; argument
140 using ShapeData = GrSmallPathRenderer::ShapeData; typedef in SmallPathOp780 typedef GrSmallPathRenderer::ShapeData ShapeData; typedef