OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptList
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz/src/
harfbuzz-gpos.h
70
HB_ScriptList
ScriptList
;
harfbuzz-gsub.h
79
HB_ScriptList
ScriptList
;
harfbuzz-dump.c
124
DEF_DUMP (
ScriptList
)
128
DUMP_FUINT (
ScriptList
, ScriptCount);
130
for (i=0; i <
ScriptList
->ScriptCount; i++)
134
Print_Tag (
ScriptList
->ScriptRecord[i].ScriptTag, stream);
136
RECURSE_NUM (Script, i, ScriptTable, &
ScriptList
->ScriptRecord[i].Script);
751
RECURSE (
ScriptList
,
ScriptList
, &gsub->
ScriptList
);
764
RECURSE (
ScriptList
,
ScriptList
, &gpos->ScriptList)
[
all
...]
harfbuzz-gsub.c
82
( error = _HB_OPEN_Load_ScriptList( &gsub->
ScriptList
,
132
_HB_OPEN_Free_ScriptList( &gsub->
ScriptList
);
146
_HB_OPEN_Free_ScriptList( &gsub->
ScriptList
);
[
all
...]
harfbuzz-gpos.c
118
( error = _HB_OPEN_Load_ScriptList( &gpos->
ScriptList
,
168
_HB_OPEN_Free_ScriptList( &gpos->
ScriptList
);
181
_HB_OPEN_Free_ScriptList( &gpos->
ScriptList
);
[
all
...]
Completed in 730 milliseconds