Searched refs:hb_set_next (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-set.c | 40 g_assert (!hb_set_next (s, &next)); in test_empty() 52 g_assert (hb_set_next (s, &next)); in test_not_empty() 175 g_assert (hb_set_next (s, &next)); in test_set_iter() 177 g_assert (hb_set_next (s, &next)); in test_set_iter() 179 g_assert (hb_set_next (s, &next)); in test_set_iter() 180 g_assert (hb_set_next (s, &next)); in test_set_iter() 181 g_assert (hb_set_next (s, &next)); in test_set_iter() 183 g_assert (hb_set_next (s, &next)); in test_set_iter() 184 g_assert (hb_set_next (s, &next)); in test_set_iter() 186 g_assert (hb_set_next (s, &next)); in test_set_iter() [all …]
|
/external/freetype/src/autofit/ |
D | hbshim.c | 190 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); ) in af_get_coverage() 221 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_get_coverage() 270 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, in af_get_coverage() 348 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_get_coverage()
|
/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 | 142 hb_set_next (const hb_set_t *set,
|
D | hb-ot-layout-common-private.hh | 965 if (!hb_set_next (glyphs, &g)) in intersects_class() 970 if (hb_set_next (glyphs, &g)) in intersects_class() 1023 if (!hb_set_next (glyphs, &g)) in intersects_class() 1029 if (g != (hb_codepoint_t) -1 && hb_set_next (glyphs, &g)) in intersects_class()
|
D | hb-set.cc | 446 hb_set_next (const hb_set_t *set, in hb_set_next() function
|
D | hb-ot-shape.cc | 798 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 407 hb_set_next
|