HomeSort by relevance Sort by last modified time
    Searched defs:fChecksum (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkFontStream.cpp 35 uint32_t fChecksum;
SkDescriptor.h 56 fChecksum = SkDescriptor::ComputeChecksum(this);
61 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum);
89 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
106 uint32_t getChecksum() const { return fChecksum; }
118 uint32_t fChecksum; // must be first
  /external/skqp/src/core/
SkFontStream.cpp 35 uint32_t fChecksum;
SkDescriptor.h 56 fChecksum = SkDescriptor::ComputeChecksum(this);
61 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum);
89 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
106 uint32_t getChecksum() const { return fChecksum; }
118 uint32_t fChecksum; // must be first
  /external/icu/icu4c/source/tools/genrb/
reslist.h 46 fChecksum(0) {}
60 int32_t fChecksum;

Completed in 302 milliseconds