Searched refs:expected_range_shift (Results 1 – 3 of 3) sorted by relevance
114 const uint32_t expected_range_shift in ots_kern_parse() local116 if (subtable.range_shift != expected_range_shift) { in ots_kern_parse()118 subtable.range_shift = expected_range_shift; in ots_kern_parse()
205 const uint32_t expected_range_shift in ProcessTTF() local207 if (header->range_shift != expected_range_shift) { in ProcessTTF()209 header->range_shift = expected_range_shift; // the same as above. in ProcessTTF()
118 const uint16_t expected_range_shift = segcountx2 - search_range; in ParseFormat4() local119 if (range_shift != expected_range_shift) { in ParseFormat4()