Searched refs:ShapeDataKey (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 52 class ShapeDataKey { class 54 ShapeDataKey() {} in ShapeDataKey() function in ShapeDataKey 55 ShapeDataKey(const ShapeDataKey& that) { *this = that; } in ShapeDataKey() function in ShapeDataKey 56 ShapeDataKey(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in ShapeDataKey() function in ShapeDataKey 57 ShapeDataKey(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in ShapeDataKey() function in ShapeDataKey 59 ShapeDataKey& operator=(const ShapeDataKey& that) { in operator =() 105 bool operator==(const ShapeDataKey& that) const { in operator ==() 122 ShapeDataKey fKey; 128 static inline const ShapeDataKey& GetKey(const ShapeData& data) { in GetKey() 132 static inline uint32_t Hash(const ShapeDataKey& key) { in Hash() [all …]
|
D | GrSmallPathRenderer.h | 23 class ShapeDataKey; variable 50 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 51 class ShapeDataKey { class 53 ShapeDataKey() {} in ShapeDataKey() function in ShapeDataKey 54 ShapeDataKey(const ShapeDataKey& that) { *this = that; } in ShapeDataKey() function in ShapeDataKey 55 ShapeDataKey(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in ShapeDataKey() function in ShapeDataKey 56 ShapeDataKey(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in ShapeDataKey() function in ShapeDataKey 58 ShapeDataKey& operator=(const ShapeDataKey& that) { in operator =() 104 bool operator==(const ShapeDataKey& that) const { in operator ==() 121 ShapeDataKey fKey; 127 static inline const ShapeDataKey& GetKey(const ShapeData& data) { in GetKey() 131 static inline uint32_t Hash(const ShapeDataKey& key) { in Hash() [all …]
|
D | GrSmallPathRenderer.h | 23 class ShapeDataKey; variable 50 using ShapeCache = SkTDynamicHash<ShapeData, ShapeDataKey>;
|