Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc363 int32_t low_bound = checksum_range_[low_bound_index]; in ComputeChecksum() local
367 sum += ComputeCheckSum(low_bound, high_bound); in ComputeChecksum()
375 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, in ComputeCheckSum() argument
379 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) { in ComputeCheckSum()
Dreadable_font_data.h304 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);