Home
last modified time | relevance | path

Searched refs:ComputeCheckSum (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc359 sum = ComputeCheckSum(0, Length()); in ComputeChecksum()
367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()
375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, in ComputeCheckSum() function in sfntly::ReadableFontData
Dreadable_font_data.h304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);