Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-common.hh880 hb_hashmap_t<const hb_vector_t<bool>*, unsigned> point_set_count_map; member
1131 if (unlikely (!point_set_count_map.has (points_set, &count) || in compile_all_point_sets()
1132 !point_set_count_map.set (points_set, (*count) + 1))) in compile_all_point_sets()
1142 !point_set_count_map.set (points_set, 1)) in compile_all_point_sets()
1159 if (unlikely (!point_set_count_map.has (points_set, &count) || in find_shared_points()