Searched defs:vertex_t (Results 1 – 2 of 2) sorted by relevance
42 struct vertex_t struct44 hb_serialize_context_t::object_t obj;45 int64_t distance = 0 ;46 int64_t space = 0 ;47 hb_vector_t<unsigned> parents;48 unsigned start = 0;49 unsigned end = 0;50 unsigned priority = 0;53 bool link_positions_valid (unsigned num_objects, bool removed_nil) in link_positions_valid()96 void normalize () in normalize()[all …]
489 using vertex_t = std::pair<bool, std::string>; in handle_unreachable() typedef