Home
last modified time | relevance | path

Searched refs:all_codepoints (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/perf/
H A Dbenchmark-subset.cc166 hb_set_t* all_codepoints = hb_set_create (); in BM_subset() local
167 hb_face_collect_unicodes (face, all_codepoints); in BM_subset()
168 AddCodepoints(all_codepoints, subset_size, input); in BM_subset()
169 hb_set_destroy (all_codepoints); in BM_subset()
182 hb_set_t* all_codepoints = hb_set_create (); in BM_subset() local
183 hb_face_collect_unicodes (face, all_codepoints); in BM_subset()
184 AddCodepoints(all_codepoints, subset_size, input); in BM_subset()
185 hb_set_destroy (all_codepoints); in BM_subset()
/aosp_15_r20/external/harfbuzz_ng/test/threads/
H A Dhb-subset-threads.cc92 hb_set_t* all_codepoints = hb_set_create (); in subset() local
93 hb_face_collect_unicodes (face, all_codepoints); in subset()
94 AddCodepoints(all_codepoints, subset_size, input); in subset()
95 hb_set_destroy (all_codepoints); in subset()
/aosp_15_r20/external/noto-fonts/scripts/
H A Dcolor_emoji_image_diff.py156 all_codepoints = set(codepoint_map_1.keys()).union(codepoint_map_2.keys())
158 for key in all_codepoints: