Home | History | Annotate | Download | only in core

Lines Matching defs:fHash

67         fHash = compute_hash(&fGenID, 7);
85 const uint32_t* a = &fHash;
86 const uint32_t* b = &other.fHash;
95 uint32_t fHash;
119 static uint32_t Hash(const Key& key) { return key.fHash; }
164 fHash = new Hash;
166 fHash = NULL;
313 delete fHash;
335 Rec* rec = fHash->find(key);
424 SkASSERT(fHash);
425 fHash->add(rec);
524 fHash->remove(rec->fKey);