HomeSort by relevance Sort by last modified time
    Searched refs:fHash (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gl/
SkTextureCache.h 41 return a.fHash == b.fHash &&
48 if (a.fHash < b.fHash) {
50 } else if (a.fHash > b.fHash) {
72 fHash = hash;
77 uint32_t fHash; // computed from the other fields
81 // for indexing into the texturecache's fHash
150 mutable Entry* fHash[kHashCount]
    [all...]
SkTextureCache.cpp 26 sk_bzero(fHash, sizeof(fHash));
55 sk_bzero(fHash, sizeof(fHash));
112 Entry* entry = fHash[hashIndex];
126 fHash[hashIndex] = entry;
154 fHash[key.getHashIndex()] = entry;
247 if (entry == fHash[index]) {
248 fHash[index] = NULL;
353 if (fHash[i])
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildconf.h 72 UHashtable *fHash; // Key: UnicodeString Value: SPUString
uspoof_buildconf.cpp 73 SPUStringPool::SPUStringPool(UErrorCode &status) : fVec(NULL), fHash(NULL) {
75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function
89 uhash_close(fHash);
128 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
133 uhash_put(fHash, src, hashedString, &status);
  /external/icu4c/i18n/
uspoof_conf.h 74 UHashtable *fHash; // Key: UnicodeString Value: SPUString
uspoof_conf.cpp 73 SPUStringPool::SPUStringPool(UErrorCode &status) : fVec(NULL), fHash(NULL) {
75 fHash = uhash_open(uhash_hashUnicodeString, // key hash function
89 uhash_close(fHash);
128 SPUString *hashedString = static_cast<SPUString *>(uhash_get(fHash, src));
133 uhash_put(fHash, src, hashedString, &status);
zstrfmt.cpp     [all...]
zstrfmt.h 113 UHashtable *fHash;
  /external/skia/src/core/
SkGlyphCache.cpp 432 SkGlyphCache* fHash[HASH_COUNT];
448 memset(rec->fHash, 0, sizeof(rec->fHash));
497 SkGlyphCache** hash = globals.fHash;
566 SkASSERT(globals.fHash[index] != cache);
567 globals.fHash[index] = cache;
642 if (cache == globals->fHash[index]) {
643 globals->fHash[index] = NULL;

Completed in 1398 milliseconds