Home
last modified time | relevance | path

Searched refs:getChecksum (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkDescriptor.h129 uint32_t getChecksum() const { return fChecksum; } in getChecksum() function
/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.h81 uint32 getChecksum() in getChecksum() function
Dstring_keyvalue_store.cpp386 int32 aTableIndex = keyWrapper.getChecksum(); in getHashTableIndex()
/external/skia/src/core/
DSkScalerContext.cpp157 …SkDebugf("SkScalarContext checksum %x count %d length %d\n", desc->getChecksum(), desc->getCount()… in SkScalerContext()
DSkGlyphCache.cpp413 SkASSERT(n == desc->getChecksum()); in desc_to_hashindex()