/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-collect-glyphs.c | 55 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 60 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 70 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 77 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 87 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 94 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 104 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 111 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 121 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 126 g_assert (hb_set_next (after, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() [all …]
|
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() 419 g_assert (hb_set_next (s, &next)); in test_set_iter() 421 g_assert (hb_set_next (s, &next)); in test_set_iter() 423 g_assert (hb_set_next (s, &next)); in test_set_iter() 424 g_assert (hb_set_next (s, &next)); in test_set_iter() 425 g_assert (hb_set_next (s, &next)); in test_set_iter() 427 g_assert (hb_set_next (s, &next)); in test_set_iter() 428 g_assert (hb_set_next (s, &next)); in test_set_iter() 430 g_assert (hb_set_next (s, &next)); in test_set_iter() [all …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afshaper.c | 193 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); ) in af_shaper_get_coverage() 234 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_shaper_get_coverage() 284 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, in af_shaper_get_coverage() 362 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_shaper_get_coverage()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-ot-shape-closure.cc | 78 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);) in consume_line()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-bimap.hh | 124 while (hb_set_next (set, &i)) add (i); in add_set()
|
D | hb-set.h | 163 hb_set_next (const hb_set_t *set,
|
D | hb-ot-layout-common.hh | 2039 hb_set_next (glyphs, &iter) && iter < end;) in intersects() 2050 if (!hb_set_next (glyphs, &g)) return false; in intersects_class() 2053 if (hb_set_next (glyphs, &g)) return true; in intersects_class() 2265 if (!hb_set_next (glyphs, &g)) in intersects_class() 2271 if (g != HB_SET_VALUE_INVALID && hb_set_next (glyphs, &g)) in intersects_class() 2293 if (!hb_set_next (glyphs, &g)) in intersected_class_glyphs() 2298 hb_set_next (glyphs, &g); in intersected_class_glyphs() 2302 while (g != HB_SET_VALUE_INVALID && hb_set_next (glyphs, &g)) in intersected_class_glyphs() 2323 while (hb_set_next (glyphs, &g)) in intersected_class_glyphs() 2341 if (!hb_set_next (glyphs, &g)) in intersected_classes() [all …]
|
D | hb-set.cc | 520 hb_set_next (const hb_set_t *set, in hb_set_next() function
|
D | hb-ot-layout.cc | 1237 hb_set_next (&feature_indexes, &feature_index);) in hb_ot_layout_collect_lookups() 1536 … 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 | 506 while (hb_set_next (closure, &old_num)) in create()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 622 hb_set_next
|
/third_party/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… 31731 <!-- hb_bool_t hb_set_next(const hb_set_t*, hb_codepoint_t*) --> 31732 …hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/har…
|
/third_party/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… 20281 …hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/har…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 25257 hb_set_next
|