Home | History | Annotate | Download | only in core

Lines Matching defs:fHash

404         sk_bzero(fHash, sizeof(fHash));
425 sk_bzero(fHash, sizeof(fHash));
456 if (fHash[oldHash] == toReplace) {
457 fHash[oldHash] = NULL;
501 const SkFlatData* candidate = fHash[hashIndex];
512 fHash[hashIndex] = fData[index];
521 fHash[hashIndex] = flat;
556 const SkFlatData* fHash[HASH_COUNT];