Searched refs:fChecksum (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkDescriptor.h58 fChecksum = SkDescriptor::ComputeChecksum(this);
63 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum);
91 // SkASSERT(a.fChecksum != b.fChecksum || memcmp(&a, &b, a.fLength) == 0);
107 uint32_t getChecksum() const { return fChecksum; }
119 uint32_t fChecksum; // must be first member in class:SkDescriptor
H A DSkPictureFlat.h319 uint32_t checksum() const { return fChecksum; }
354 fChecksum = SkChecksum::Compute((uint32_t*)this->data(), size);
359 uint32_t fChecksum; member in class:SkFlatData
H A DSkFontStream.cpp34 uint32_t fChecksum; member in struct:SkSFNTDirEntry
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c103 int32_t fChecksum; member in struct:ResFile
387 poolBundle.fChecksum = poolBundle.fIndexes[URES_INDEX_POOL_CHECKSUM];
592 data->fPoolChecksum = poolBundle.fChecksum;
/external/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp228 uint32_t fChecksum; member in struct:GlyphKey
233 glyphKey->fChecksum = desc ? desc->getChecksum() : 0;

Completed in 174 milliseconds