Searched refs:last_gid (Results 1 – 4 of 4) sorted by relevance
59 hb_codepoint_t last_gid = (hb_codepoint_t)-1; in init() local72 if (last_gid == (hb_codepoint_t) -1) in init()79 if (last_gid == (hb_codepoint_t) -1) in init()82 last_gid = gid; in init()87 last_gid = gid; in init()90 if (unlikely (last_gid == (hb_codepoint_t)-1)) return; in init()91 map_count = last_gid; in init()
104 hb_codepoint_t start_cp = 0, prev_run_start_cp = 0, run_start_cp = 0, end_cp = 0, last_gid = 0; in to_ranges() local120 last_gid = pair.second; in to_ranges()125 delta = last_gid - start_cp; in to_ranges()139 if (next_gid == last_gid + 1) { in to_ranges()143 last_gid = next_gid; in to_ranges()171 last_gid = next_gid; in to_ranges()
132 unsigned last_gid = (unsigned) -1; in class_def_size_estimator_t() local138 if (last_gid != (unsigned) -1 && gid != last_gid + 1) in class_def_size_estimator_t()140 last_gid = gid; in class_def_size_estimator_t()
445 int32_t last_gid = -1; in ConstructIndexFormat4() local449 last_gid = i->first; in ConstructIndexFormat4()450 builder4->set_first_glyph_index(last_gid); in ConstructIndexFormat4()462 last_gid = gid; in ConstructIndexFormat4()466 builder4->set_last_glyph_index(last_gid); in ConstructIndexFormat4()498 int32_t last_gid = -1; in ConstructIndexFormat5() local502 last_gid = i->first; in ConstructIndexFormat5()503 new_builder->set_first_glyph_index(last_gid); in ConstructIndexFormat5()515 last_gid = gid; in ConstructIndexFormat5()517 new_builder->set_last_glyph_index(last_gid); in ConstructIndexFormat5()