OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureSetCount
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-gsub-private.h
152
HB_UShort
LigatureSetCount
; /* number of LigatureSet tables */
harfbuzz-dump.c
339
DUMP_FUINT (LigatureSubst,
LigatureSetCount
);
341
for (i=0; i < LigatureSubst->
LigatureSetCount
; i++)
harfbuzz-gsub.c
880
count = ls->
LigatureSetCount
= GET_UShort();
931
count = ls->
LigatureSetCount
;
972
if ( index >= ls->
LigatureSetCount
)
[
all
...]
Completed in 47 milliseconds