OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_set_next
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz_ng/test/api/
test-set.c
40
g_assert (!
hb_set_next
(s, &next));
52
g_assert (
hb_set_next
(s, &next));
175
g_assert (
hb_set_next
(s, &next));
177
g_assert (
hb_set_next
(s, &next));
179
g_assert (
hb_set_next
(s, &next));
180
g_assert (
hb_set_next
(s, &next));
181
g_assert (
hb_set_next
(s, &next));
183
g_assert (
hb_set_next
(s, &next));
184
g_assert (
hb_set_next
(s, &next));
186
g_assert (
hb_set_next
(s, &next))
[
all
...]
/external/freetype/src/autofit/
hbshim.c
190
for ( idx = HB_SET_VALUE_INVALID;
hb_set_next
( gsub_lookups, &idx ); )
221
for ( idx = HB_SET_VALUE_INVALID;
hb_set_next
( gpos_lookups, &idx ); )
270
for ( idx = HB_SET_VALUE_INVALID;
hb_set_next
( gsub_lookups,
348
for ( idx = HB_SET_VALUE_INVALID;
hb_set_next
( gsub_glyphs, &idx ); )
/external/harfbuzz_ng/util/
hb-ot-shape-closure.cc
76
for (hb_codepoint_t i = -1;
hb_set_next
(glyphs, &i);)
/external/harfbuzz_ng/src/
hb-set.h
145
hb_set_next
(const hb_set_t *set,
hb-set.cc
435
*
hb_set_next
:
446
hb_set_next
(const hb_set_t *set,
function
hb-ot-layout-common-private.hh
1027
if (!
hb_set_next
(glyphs, &g))
1032
if (
hb_set_next
(glyphs, &g))
[
all
...]
hb-ot-shape.cc
867
for (hb_codepoint_t lookup_index = -1;
hb_set_next
(&lookups, &lookup_index);)
Completed in 428 milliseconds