Searched refs:hb_set_next (Results 1 – 13 of 13) 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_notdef() 64 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef() 66 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef() 83 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 85 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() 87 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() [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 | 185 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); ) in af_shaper_get_coverage() 225 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_shaper_get_coverage() 274 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, in af_shaper_get_coverage() 352 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-bimap.hh | 128 while (hb_set_next (set, &i)) add (i); in add_set()
|
D | hb-set.cc | 471 hb_set_next (const hb_set_t *set, in hb_set_next() function
|
D | hb-ot-layout-common.hh | 1482 hb_set_next (glyphs, &iter) && iter < end;) in intersects() 1493 if (!hb_set_next (glyphs, &g)) return false; in intersects_class() 1496 if (hb_set_next (glyphs, &g)) return true; in intersects_class() 1658 if (!hb_set_next (glyphs, &g)) in intersects_class() 1664 if (g != HB_SET_VALUE_INVALID && hb_set_next (glyphs, &g)) in intersects_class()
|
D | hb-ot-layout.cc | 1213 hb_set_next (&feature_indexes, &feature_index);) in hb_ot_layout_collect_lookups() 1499 … for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) in hb_ot_layout_lookups_substitute_closure()
|
D | hb-subset-cff-common.hh | 553 while (hb_set_next (closure, &old_num)) in create()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 676 hb_set_next
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 418 <!-- hb_set_next --> 419 …<elf-symbol name='hb_set_next' type='func-type' binding='global-binding' visibility='default-visib… 27200 <!-- hb_bool_t hb_set_next(const hb_set_t*, hb_codepoint_t*) --> 27201 …hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/har…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 216 …<elf-symbol name='hb_set_next' type='func-type' binding='global-binding' visibility='default-visib… 17736 …hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/har…
|