OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_index
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.h
147
unsigned int *
feature_index
);
154
unsigned int *
feature_index
,
181
unsigned int *
feature_index
);
186
unsigned int
feature_index
,
hb-ot-layout.cc
332
unsigned int *
feature_index
)
341
if (
feature_index
) *
feature_index
= i;
346
if (
feature_index
) *
feature_index
= HB_OT_LAYOUT_NO_FEATURE_INDEX;
390
unsigned int *
feature_index
)
396
feature_index
,
410
unsigned int *
feature_index
,
417
if (
feature_index
) *
feature_index
= index
605
unsigned int
feature_index
;
local
[
all
...]
hb-ot-map.cc
37
unsigned int
feature_index
,
52
feature_index
,
203
unsigned int
feature_index
[2];
local
214
&
feature_index
[table_index]);
223
&
feature_index
[table_index]);
235
map->index[0] =
feature_index
[0];
236
map->index[1] =
feature_index
[1];
hb-ot-shape-complex-arabic-fallback.hh
50
unsigned int
feature_index
)
59
hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][
feature_index
];
186
unsigned int
feature_index
)
188
if (
feature_index
< 4)
189
return arabic_fallback_synthesize_lookup_single (plan, font,
feature_index
);
hb-ot-map-private.hh
144
unsigned int
feature_index
,
hb-ot-layout-private.hh
45
unsigned int *
feature_index
);
Completed in 101 milliseconds