HomeSort by relevance Sort by last modified time
    Searched refs:hb_set_next (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/test/api/
test-collect-unicodes.c 40 g_assert (hb_set_next (codepoints, &cp));
42 g_assert (hb_set_next (codepoints, &cp));
44 g_assert (hb_set_next (codepoints, &cp));
46 g_assert (!hb_set_next (codepoints, &cp));
62 g_assert (hb_set_next (codepoints, &cp));
64 g_assert (hb_set_next (codepoints, &cp));
66 g_assert (hb_set_next (codepoints, &cp));
68 g_assert (!hb_set_next (codepoints, &cp));
84 g_assert (hb_set_next (codepoints, &cp));
86 g_assert (hb_set_next (codepoints, &cp))
    [all...]
test-set.c 41 g_assert (!hb_set_next (s, &next));
57 g_assert (hb_set_next (s, &next));
133 // for (next = HB_SET_VALUE_INVALID; hb_set_next (s, &next); )
287 g_assert (hb_set_next (s, &next));
289 g_assert (hb_set_next (s, &next));
291 g_assert (hb_set_next (s, &next));
292 g_assert (hb_set_next (s, &next));
293 g_assert (hb_set_next (s, &next));
295 g_assert (hb_set_next (s, &next));
296 g_assert (hb_set_next (s, &next))
    [all...]
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 77 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
  /external/freetype/src/autofit/
afshaper.c 186 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); )
226 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); )
275 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups,
353 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); )
  /external/harfbuzz_ng/src/
hb-set.h 144 hb_set_next (const hb_set_t *set,
hb-set.cc 456 * hb_set_next:
469 hb_set_next (const hb_set_t *set, function
hb-ot-layout-common.hh 844 /* TODO Speed up, using hb_set_next() and bsearch()? */
940 /* TODO Speed up, using hb_set_next() and bsearch()? */
    [all...]
hb-ot-layout.cc 865 hb_set_next (&feature_indexes, &feature_index);)
    [all...]

Completed in 239 milliseconds