Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h35 struct ShapeData { struct
38 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); argument
112 static inline const Key& GetKey(const ShapeData& data) { in GetKey() argument
123 typedef SkTDynamicHash<ShapeData, ShapeData::Key> ShapeCache; argument
DGrSmallPathRenderer.cpp140 using ShapeData = GrSmallPathRenderer::ShapeData; typedef in SmallPathOp
780 typedef GrSmallPathRenderer::ShapeData ShapeData; typedef