Searched refs:last_gid (Results 1 – 3 of 3) 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()
172 hb_codepoint_t last_gid = 0, start_gid = 0, last_cp = 0xFFFF; in serialize_idDelta_array() local186 else if (_.second != last_gid + 1) use_delta = false; in serialize_idDelta_array()198 last_gid = _.second; in serialize_idDelta_array()
408 int32_t last_gid = -1; in ConstructIndexFormat4() local412 last_gid = i->first; in ConstructIndexFormat4()413 builder4->set_first_glyph_index(last_gid); in ConstructIndexFormat4()425 last_gid = gid; in ConstructIndexFormat4()429 builder4->set_last_glyph_index(last_gid); in ConstructIndexFormat4()461 int32_t last_gid = -1; in ConstructIndexFormat5() local465 last_gid = i->first; in ConstructIndexFormat5()466 new_builder->set_first_glyph_index(last_gid); in ConstructIndexFormat5()478 last_gid = gid; in ConstructIndexFormat5()480 new_builder->set_last_glyph_index(last_gid); in ConstructIndexFormat5()