Searched refs:HB_SET_VALUE_INVALID (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-set.c | 35 hb_codepoint_t next = HB_SET_VALUE_INVALID; in test_empty() 37 g_assert_cmpint (hb_set_get_min (s), ==, HB_SET_VALUE_INVALID); in test_empty() 38 g_assert_cmpint (hb_set_get_max (s), ==, HB_SET_VALUE_INVALID); in test_empty() 41 g_assert_cmpint (next, ==, HB_SET_VALUE_INVALID); in test_empty() 48 hb_codepoint_t next = HB_SET_VALUE_INVALID; in test_not_empty() 50 g_assert_cmpint (hb_set_get_min (s), !=, HB_SET_VALUE_INVALID); in test_not_empty() 51 g_assert_cmpint (hb_set_get_max (s), !=, HB_SET_VALUE_INVALID); in test_not_empty() 53 g_assert_cmpint (next, !=, HB_SET_VALUE_INVALID); in test_not_empty() 174 next = HB_SET_VALUE_INVALID; in test_set_iter() 189 g_assert_cmpint (next, ==, HB_SET_VALUE_INVALID); 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/src/ |
D | hb-set.h | 42 #define HB_SET_VALUE_INVALID ((hb_codepoint_t) -1) macro
|
D | hb-set-private.hh | 336 static const hb_codepoint_t INVALID = HB_SET_VALUE_INVALID;
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 431 HB_SET_VALUE_INVALID
|
/external/harfbuzz_ng/ |
D | NEWS | 633 * Add HB_SET_VALUE_INVALID
|