Searched refs:hb_set_next (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-collect-unicodes.c | 40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 64 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 66 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 68 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 84 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes() 86 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes() [all …]
|
D | test-set.c | 41 g_assert (!hb_set_next (s, &next)); in test_empty() 57 g_assert (hb_set_next (s, &next)); in test_not_empty() 287 g_assert (hb_set_next (s, &next)); in test_set_iter() 289 g_assert (hb_set_next (s, &next)); in test_set_iter() 291 g_assert (hb_set_next (s, &next)); in test_set_iter() 292 g_assert (hb_set_next (s, &next)); in test_set_iter() 293 g_assert (hb_set_next (s, &next)); in test_set_iter() 295 g_assert (hb_set_next (s, &next)); in test_set_iter() 296 g_assert (hb_set_next (s, &next)); in test_set_iter() 298 g_assert (hb_set_next (s, &next)); in test_set_iter() [all …]
|
/external/freetype/src/autofit/ |
D | afshaper.c | 186 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); ) in af_shaper_get_coverage() 226 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_shaper_get_coverage() 275 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, in af_shaper_get_coverage() 353 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_shaper_get_coverage()
|
/external/harfbuzz_ng/util/ |
D | hb-ot-shape-closure.cc | 77 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);) in consume_line()
|
/external/harfbuzz_ng/src/ |
D | hb-set.h | 144 hb_set_next (const hb_set_t *set,
|
D | hb-set.cc | 469 hb_set_next (const hb_set_t *set, in hb_set_next() function
|
D | hb-ot-layout-common.hh | 1289 hb_set_next (glyphs, &iter) && iter < end;) in intersects() 1300 if (!hb_set_next (glyphs, &g)) return false; in intersects_class() 1303 if (hb_set_next (glyphs, &g)) return true; in intersects_class() 1444 if (!hb_set_next (glyphs, &g)) in intersects_class() 1450 if (g != HB_SET_VALUE_INVALID && hb_set_next (glyphs, &g)) in intersects_class()
|
D | hb-ot-layout.cc | 865 hb_set_next (&feature_indexes, &feature_index);) in hb_ot_layout_collect_lookups() 1081 … for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) in hb_ot_layout_lookups_substitute_closure()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 637 hb_set_next
|