Searched refs:GrSmallPathShapeDataKey (Results 1 – 4 of 4) sorted by relevance
16 class GrSmallPathShapeDataKey {19 GrSmallPathShapeDataKey(const GrSmallPathShapeDataKey& that) { in GrSmallPathShapeDataKey() function24 GrSmallPathShapeDataKey& operator=(const GrSmallPathShapeDataKey&) = delete;27 GrSmallPathShapeDataKey(const GrStyledShape&, uint32_t dim);30 GrSmallPathShapeDataKey(const GrStyledShape&, const SkMatrix& ctm);32 bool operator==(const GrSmallPathShapeDataKey & that) const {49 GrSmallPathShapeData(const GrSmallPathShapeDataKey& key) : fKey(key) {} in GrSmallPathShapeData()51 const GrSmallPathShapeDataKey fKey;57 static inline const GrSmallPathShapeDataKey& GetKey(const GrSmallPathShapeData& data) { in GetKey()61 static inline uint32_t Hash(const GrSmallPathShapeDataKey& key) { in Hash()
12 GrSmallPathShapeDataKey::GrSmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in GrSmallPathShapeDataKey() function in GrSmallPathShapeDataKey23 GrSmallPathShapeDataKey::GrSmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in GrSmallPathShapeDataKey() function in GrSmallPathShapeDataKey
17 class GrSmallPathShapeDataKey; variable76 GrSmallPathShapeData* findOrCreate(const GrSmallPathShapeDataKey&);80 using ShapeCache = SkTDynamicHash<GrSmallPathShapeData, GrSmallPathShapeDataKey>;
71 GrSmallPathShapeData* GrSmallPathAtlasMgr::findOrCreate(const GrSmallPathShapeDataKey& key) { in findOrCreate()90 GrSmallPathShapeDataKey key(shape, desiredDimension); in findOrCreate()98 GrSmallPathShapeDataKey key(shape, ctm); in findOrCreate()