Home
last modified time | relevance | path

Searched refs:get_population (Results 1 – 16 of 16) sorted by relevance

/external/harfbuzz_ng/src/
Dtest-bimap.cc39 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()
Dhb-bimap.hh85 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() function
148 hb_codepoint_t count = get_population (); in sort()
Dhb-set.hh97 unsigned int get_population () const in get_population() function
410 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() function
671 pop += pages[i].get_population (); in get_population()
702 s (&s_), v (INVALID), l (s->get_population () + 1) { __next__ (); } in iter_t()
Dhb-subset-cff-common.cc94 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()
Dhb-map.cc267 return map->get_population (); in hb_map_get_population()
Dhb-set.cc422 return set->get_population (); in hb_set_get_population()
Dhb-subset-cff-common.hh556 if (get_population () < 1240) in create()
558 else if (get_population () < 33900) in create()
758 unsigned int count = remap.get_population (); in encode_subrs()
Dhb-ot-cff1-table.hh600 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()
Dhb-subset-plan.cc163 *num_glyphs = reverse_glyph_map->get_population (); in _create_old_gid_to_new_gid_map()
Dhb-map.hh187 unsigned int get_population () const { return population; } in get_population() function
Dhb-subset.cc58 unsigned int dst_glyphs = plan->glyphset ()->get_population (); in _plan_estimate_subset_table_size()
Dhb-ot-layout-common.hh1346 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()
Dhb-ot-layout.cc1496 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()
Dhb-ot-layout-gpos-table.hh1100 out->class1Count = klass1_map.get_population (); in subset()
1104 out->class2Count = klass2_map.get_population (); in subset()
Dhb-subset-cff1.cc685 …if (unlikely (sidmap.get_population () > 0x8000)) /* assumption: a dict won't reference that many … in create()
Dhb-ot-layout-gsubgpos.hh83 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()