/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-set.cc | 38 assert (v1.get_population () == 2); in main() 39 assert (v2.get_population () == 2); in main() 46 assert (v1.get_population () == 2); in main() 47 assert (v2.get_population () == 2); in main() 53 assert (v.get_population () == 2); in main() 60 assert (v.get_population () == 2); in main() 72 assert (v.get_population () == 2); in main() 84 assert (v.get_population () == 2); in main() 92 assert (v1.get_population () == 2); in main() 93 assert (v2.get_population () == 3); in main()
|
D | test-map.cc | 39 assert (v1.get_population () == 1); in main() 40 assert (v2.get_population () == 1); in main() 50 assert (v1.get_population () == 1); in main() 51 assert (v2.get_population () == 1); in main() 76 assert (v.get_population () == 2); in main() 88 assert (v.get_population () == 2); in main() 97 assert (v1.get_population () == 1); in main() 98 assert (v2.get_population () == 2); in main() 106 assert (m1.get_population () == 0); in main() 107 assert (m2.get_population () == 0); in main() [all …]
|
D | test-bimap.cc | 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()
|
D | hb-bimap.hh | 89 bool is_empty () const { return get_population () == 0; } in is_empty() 91 unsigned int get_population () const { return forw_map.get_population (); } in get_population() function 144 hb_codepoint_t count = get_population (); in sort()
|
D | hb-bit-set-invertible.hh | 94 unsigned int get_population () const in get_population() function 95 { return inverted ? INVALID - s.get_population () : s.get_population (); } in get_population() 339 l = s->get_population () + 1; in iter_t()
|
D | hb-bit-set.hh | 352 get_population () != other.get_population ()) in is_equal() 380 get_population () != larger_set.get_population ()) in is_subset() 704 unsigned int get_population () const in get_population() function 712 pop += pages[i].get_population (); in get_population() 757 l = s->get_population () + 1; in iter_t()
|
D | hb-subset-plan.cc | 81 unsigned count = indexes->get_population (); in _remap_indexes() 238 glyphs_num = glyphs_colred->get_population (); in _colr_closure() 250 glyphs_num != glyphs_colred->get_population ()); in _colr_closure() 291 if (glyphs->is_empty () && unicodes->get_population () < size_threshold) in _populate_unicodes_to_retain() 430 *num_glyphs = reverse_glyph_map->get_population (); in _create_old_gid_to_new_gid_map()
|
D | hb-subset-cff-common.cc | 93 subset_fd_count = set->get_population (); in hb_plan_subset_cff_fdselect() 109 if (unlikely (fdmap.get_population () != subset_fd_count)) in hb_plan_subset_cff_fdselect()
|
D | hb-set.hh | 142 unsigned int get_population () const { return s.get_population (); } in get_population() function
|
D | hb-map.cc | 290 return map->get_population (); in hb_map_get_population()
|
D | hb-priority-queue.hh | 82 unsigned int get_population () const { return heap.length; } in get_population() function
|
D | hb-set.cc | 470 return set->get_population (); in hb_set_get_population()
|
D | hb-bit-page.hh | 101 unsigned int get_population () const in get_population() function
|
/third_party/harfbuzz/src/ |
D | test-bimap.cc | 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()
|
D | hb-bimap.hh | 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() function 148 hb_codepoint_t count = get_population (); in sort()
|
D | hb-set.hh | 114 unsigned int get_population () const in get_population() function 482 if (get_population () != other->get_population ()) in is_equal() 509 if (get_population () > larger_set->get_population ()) in is_subset() 811 unsigned int get_population () const in get_population() function 819 pop += pages[i].get_population (); in get_population() 854 l = s->get_population () + 1; in iter_t()
|
D | hb-subset-cff-common.cc | 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()
|
D | hb-map.cc | 291 return map->get_population (); in hb_map_get_population()
|
D | hb-priority-queue.hh | 82 unsigned int get_population () const { return heap.length; } in get_population() function
|
D | hb-set.cc | 444 return set->get_population (); in hb_set_get_population()
|
D | hb-subset-plan.cc | 63 unsigned count = indexes->get_population (); in _remap_indexes() 302 *num_glyphs = reverse_glyph_map->get_population (); in _create_old_gid_to_new_gid_map()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.hh | 97 unsigned int get_population () const in get_population() function 405 if (get_population () != other->get_population ()) in is_equal() 432 if (get_population () > larger_set->get_population ()) in is_subset() 658 unsigned int get_population () const in get_population() function 666 pop += pages[i].get_population (); in get_population() 697 s (&s_), v (INVALID), l (s->get_population () + 1) { __next__ (); } in iter_t()
|
D | hb-map.cc | 267 return map->get_population (); in hb_map_get_population()
|
D | hb-set.cc | 422 return set->get_population (); in hb_set_get_population()
|
D | hb-subset-cff-common.cc | 91 subset_fd_count = set->get_population (); in hb_plan_subset_cff_fdselect()
|