OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:script_index
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.h
110
unsigned int *
script_index
);
117
unsigned int *
script_index
,
130
unsigned int
script_index
,
138
unsigned int
script_index
,
145
unsigned int
script_index
,
152
unsigned int
script_index
,
160
unsigned int
script_index
,
169
unsigned int
script_index
,
178
unsigned int
script_index
,
hb-ot-layout.cc
242
unsigned int *
script_index
)
247
if (g.find_script_index (script_tag,
script_index
))
251
if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT,
script_index
))
256
if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE,
script_index
))
261
if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT,
script_index
))
264
if (
script_index
) *
script_index
= HB_OT_LAYOUT_NO_SCRIPT_INDEX;
272
unsigned int *
script_index
,
280
if (g.find_script_index (*script_tags,
script_index
)) {
289
if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT,
script_index
)) {
701
unsigned int
script_index
;
local
[
all
...]
hb-ot-map.cc
92
found_script[table_index] = (bool) hb_ot_layout_table_choose_script (face, table_tag, script_tags, &
script_index
[table_index], &chosen_script[table_index]);
93
hb_ot_layout_script_find_language (face, table_tag,
script_index
[table_index], language_tag, &language_index[table_index]);
150
script_index
[table_index],
211
script_index
[table_index],
hb-ot-shape-complex-private.hh
264
planner->map.
script_index
[0],
hb-ot-map-private.hh
224
unsigned int
script_index
[2], language_index[2];
variable
Completed in 817 milliseconds