Searched refs:get_population (Results 1 – 16 of 16) sorted by relevance
39 assert (bm.get_population () == 3); in main()48 assert (bm.get_population () == 0); in main()57 assert (ibm.get_population () == 4); in main()61 assert (ibm.get_population () == 4); in main()66 assert (ibm.get_population () == 3); in main()
85 bool is_empty () const { return get_population () == 0; } in is_empty()87 unsigned int get_population () const { return forw_map.get_population (); } in get_population() function148 hb_codepoint_t count = get_population (); in sort()
97 unsigned int get_population () const in get_population() function410 if (get_population () != other->get_population ()) in is_equal()437 if (get_population () > larger_set->get_population ()) in is_subset()663 unsigned int get_population () const in get_population() function671 pop += pages[i].get_population (); in get_population()702 s (&s_), v (INVALID), l (s->get_population () + 1) { __next__ (); } in iter_t()
94 subset_fd_count = set->get_population (); in hb_plan_subset_cff_fdselect()110 if (unlikely (fdmap.get_population () != subset_fd_count)) in hb_plan_subset_cff_fdselect()
267 return map->get_population (); in hb_map_get_population()
422 return set->get_population (); in hb_set_get_population()
556 if (get_population () < 1240) in create()558 else if (get_population () < 33900) in create()758 unsigned int count = remap.get_population (); in encode_subrs()
600 if (unlikely ((strings.count == 0) || (sidmap.get_population () == 0))) in serialize()610 if (!bytesArray.resize (sidmap.get_population ())) in serialize()628 if ((count == 0) || (sidmap.get_population () == 0)) in calculate_serialized_size()637 return CFF1Index::calculate_serialized_size (offSize_, sidmap.get_population (), dataSize); in calculate_serialized_size()
163 *num_glyphs = reverse_glyph_map->get_population (); in _create_old_gid_to_new_gid_map()
187 unsigned int get_population () const { return population; } in get_population() function
58 unsigned int dst_glyphs = plan->glyphset ()->get_population (); in _plan_estimate_subset_table_size()
1346 bool has_no_match = glyphset.get_population () > gid_klass_map.get_population (); in ClassDef_remap_and_serialize()1907 regionCount = region_map.get_population (); in serialize()2153 if (inner_maps[i].get_population () > 0) set_count++; in serialize()2174 if (inner_maps[i].get_population () == 0) continue; in serialize()
1496 glyphs_length = glyphs->get_population (); in hb_ot_layout_lookups_substitute_closure()1508 glyphs_length != glyphs->get_population ()); in hb_ot_layout_lookups_substitute_closure()
1100 out->class1Count = klass1_map.get_population (); in subset()1104 out->class2Count = klass2_map.get_population (); in subset()
685 …if (unlikely (sidmap.get_population () > 0x8000)) /* assumption: a dict won't reference that many … in create()
83 done_lookups->set (lookup_index, glyphs->get_population ()); in should_visit_lookup()90 return done_lookups->get (lookup_index) == glyphs->get_population (); in is_lookup_done()