Home | History | Annotate | Download | only in batches

Lines Matching refs:Key

36         class Key {
40 Key()
44 Key(uint32_t genID, uint32_t dim, const SkStrokeRec& stroke)
49 bool operator==(const Key& other) const {
61 Key fKey;
68 static inline const Key& GetKey(const PathData& data) {
72 static inline uint32_t Hash(Key key) {
73 return SkChecksum::Murmur3(reinterpret_cast<const uint32_t*>(&key), sizeof(key));
79 typedef SkTDynamicHash<PathData, PathData::Key> PathCache;