Lines Matching refs:SmallPathShapeDataKey
18 class SmallPathShapeDataKey {
21 SmallPathShapeDataKey(const SmallPathShapeDataKey& that) {
26 SmallPathShapeDataKey& operator=(const SmallPathShapeDataKey&) = delete;
29 SmallPathShapeDataKey(const GrStyledShape&, uint32_t dim);
32 SmallPathShapeDataKey(const GrStyledShape&, const SkMatrix& ctm);
34 bool operator==(const SmallPathShapeDataKey & that) const {
51 SmallPathShapeData(const SmallPathShapeDataKey& key) : fKey(key) {}
53 const SmallPathShapeDataKey fKey;
59 static inline const SmallPathShapeDataKey& GetKey(const SmallPathShapeData& data) {
63 static inline uint32_t Hash(const SmallPathShapeDataKey& key) {