Lines Matching defs:Key
164 struct Key {
165 Key() {
166 sk_bzero(this, sizeof(Key));
178 bool operator==(const Key& other) const {
179 return 0 == memcmp(this, &other, sizeof(Key));
202 Key fKey;
227 static const Key& GetKey(const BitmapTextBlob& blob) {
231 static uint32_t Hash(const Key& key) {
232 return SkChecksum::Murmur3(&key, sizeof(Key));