Searched refs:hb_set_next (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-set.c | 40 g_assert (!hb_set_next (s, &next)); in test_empty() 51 g_assert (hb_set_next (s, &next)); in test_not_empty() 166 g_assert (hb_set_next (s, &next)); in test_set_iter() 168 g_assert (hb_set_next (s, &next)); in test_set_iter() 170 g_assert (hb_set_next (s, &next)); in test_set_iter() 171 g_assert (hb_set_next (s, &next)); in test_set_iter() 172 g_assert (hb_set_next (s, &next)); in test_set_iter() 174 g_assert (hb_set_next (s, &next)); in test_set_iter() 175 g_assert (hb_set_next (s, &next)); in test_set_iter() 177 g_assert (hb_set_next (s, &next)); in test_set_iter() [all …]
|
/external/harfbuzz_ng/util/ |
D | hb-ot-shape-closure.cc | 76 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);) in consume_line()
|
/external/harfbuzz_ng/src/ |
D | hb-set.h | 140 hb_set_next (const hb_set_t *set,
|
D | hb-set.cc | 216 hb_set_next (const hb_set_t *set, in hb_set_next() function
|
D | hb-ot-shape.cc | 649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()
|